pull/18/head
wny 2 years ago
parent 3a0a1c7871
commit d85599b9fa

@ -0,0 +1,9 @@
#include <stdio.h>
#include <windows.h>
int main()
{
printf("Hello World\n");
system("pause");
return 0;
}
Loading…
Cancel
Save