Base config for C/C++ project

This commit is contained in:
2025-11-09 21:25:30 +01:00
commit c4e3ef77d1
7 changed files with 126 additions and 0 deletions

6
src/func.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __FUNC
#define __FUNC
int addition(int a, int b);
#endif //__FUNC