Lisää "hello.c

master
Hakkeri 2 years ago
parent c0a9c6ce0c
commit 6918e91116

@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("Hello World!");
return 0;
}
Loading…
Cancel
Save