5 lines
63 B
Text
5 lines
63 B
Text
use Console
|
|
|
|
define Main
|
|
Console.Println "Hello world"
|
|
end
|