object HelloWorld { def main(args: Array[String]): Unit = println("hello world") }