6 lines
94 B
Plaintext
Raw Permalink Normal View History

program HelloWorld
function main()
SysLib.writeStdout("Hello World");
end
end