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