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

7
c-basic/foo.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int foo() {
printf("I am foo\n");
return 0;
}