polserver/testsuite/escript/compiler2/compiler2-002-hello-world-program.src
2020-08-13 15:26:09 +02:00

4 lines
52 B
Text

program hi()
print("hello, world");
endprogram