2016-12-27 08:10:47 -08:00

6 lines
73 B
Plaintext

module hello.World
function main = |args| {
println("Hello world!")
}