waitwot
This commit is contained in:
parent
517a30eba4
commit
942c6d053e
1 changed files with 6 additions and 0 deletions
6
helloworld.c
Normal file
6
helloworld.c
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
printf("Hello World\n");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in a new issue