foo örneği yazıldı

This commit is contained in:
2025-10-06 23:56:54 +03:00
parent dd4d499ae4
commit 64b5cb88ae
3 changed files with 17 additions and 4 deletions

6
c-basic/foo.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef FOO_H
#define FOO_H
int foo();
#endif