6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
// Hello world in Pike (pike.roxen.com)
|
|
|
|
int main(){
|
|
write("Hello World!\n");
|
|
}
|