Files
hello-world/z/zonnon.znn
2010-08-06 11:09:04 +08:00

4 lines
72 B
Plaintext

module HelloWorld;
begin
writeln("Hello World");
end HelloWorld.