object Main { def main(args: Array[String]) { println("Hello World!") } }