6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
program HelloWorld
|
|
function main()
|
|
SysLib.writeStdout("Hello World");
|
|
end
|
|
end
|