Untested C
This commit is contained in:
commit
12bb00ed44
6
c/helloworld.c
Normal file
6
c/helloworld.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include<stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello World!\n");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user