foo example
This commit is contained in:
parent
b8f22cf5bd
commit
f202be858b
14
c-basic/foo.c
Normal file
14
c-basic/foo.c
Normal file
@ -0,0 +1,14 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int foo()
|
||||
{
|
||||
printf("I am foo\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
foo();
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user