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