1object HelloWorld {
2  def main(args: Array[String]) {
3    println("Hello, world!")
4  }
5}
6