6 lines
72 B
Plaintext
Raw Permalink Normal View History

2013-12-15 21:58:59 -05:00
module hello.world
function main = |args| {
println("Hello World")
}