object Main extends App { val s = scala.io.StdIn.readLine println("Hello World!") }