I am foo example

This commit is contained in:
2025-08-19 19:28:00 +03:00
parent 19720d5156
commit 59bf2ec15f
4 changed files with 17 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
#include <stdio.h>
#include "foo.h"
int main() {
printf("starting....\n");
foo();
return 0;