import scala.io.StdIn.readLine object Main { def main(args: Array[String]) = { readLine println("Hello World!") } }