first commit!
This commit is contained in:
7
helloworld.c
Normal file
7
helloworld.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("hello, ");
|
||||
printf("world");
|
||||
printf("\n");
|
||||
}
|
Reference in New Issue
Block a user