summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hello.golo
blob: 7e8ca214f5d8f597e68a4afbb021f21e056c0af4 (plain)
1
2
3
4
5
module hello.World

function main = |args| {
  println("Hello world!")
}