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

View File

@@ -1,8 +1,8 @@
#include <stdio.h>
#include "foo.h"
int main() {
printf("hello world year 2025 !\n");
return 0;
foo();
return 0;
}