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