5 lines
95 B
Text
5 lines
95 B
Text
program HelloWorld
|
|
function main()
|
|
SysLib.writeStdout("Hello world!");
|
|
end
|
|
end
|