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