Hello World in Golo

module hello.world

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

Search on GitHub


Latest data update: 2022-09-16