Files
Philip Craig 26f9fc09c3 Initial files
ELF/PE/Wasm
2021-08-25 13:57:54 +10:00

7 lines
77 B
C

#include <stdio.h>
int main() {
printf("Hello, world");
return 0;
}