2018-08-22 01:37:32 -03:00

5 lines
58 B
Plaintext
Executable File

int main() {
write("Hello World!\n");
return 0;
}