fun main() { val N = readLine()!!.toInt() for (i in 1 .. N) { println("Hello world!") } }