5 lines
73 B
Text
5 lines
73 B
Text
module hello.World
|
|
|
|
function main = |args| {
|
|
println("Hello world!")
|
|
}
|