1module hello.World
2
3function main = |args| {
4  println("Hello world!")
5}
6