Add hello-world.c
This commit is contained in:
parent
4103f48fae
commit
164108aa1b
7
hello-world.c
Normal file
7
hello-world.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello World!\n");
|
||||
printf("Hello again, World!\n");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user