package main import . "fmt" import . "strings" func main() { var n int Scan(&n) Print(Repeat("Hello world!\n", n)) }