Files
hello-world/p/pike.pike
2018-08-22 01:37:32 -03:00

5 lines
58 B
Plaintext
Executable File

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