2013-12-15 21:58:59 -05:00

5 lines
72 B
Plaintext

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