Foo example
This commit is contained in:
parent
830d22fa97
commit
81e4765792
@ -1,5 +1,7 @@
|
|||||||
2024-06-30 hwpplayer1 <hwpplayer1@debian>
|
2024-06-30 hwpplayer1 <hwpplayer1@debian>
|
||||||
|
|
||||||
|
* c-basic/foo.c: Foo example
|
||||||
|
|
||||||
* c-basic/helloworld.c: hello world example
|
* c-basic/helloworld.c: hello world example
|
||||||
|
|
||||||
2024-02-19 Mert Gör <mertgor@masscollabs.xyz>
|
2024-02-19 Mert Gör <mertgor@masscollabs.xyz>
|
||||||
|
10
c-basic/foo.c
Normal file
10
c-basic/foo.c
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int foo(){
|
||||||
|
printf("I am foo\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
foo();
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user