object Test { def main(args: Array[String]): Unit = { Thread.sleep(10000000) } }