N=int(input()) S="" for _ in range(N): S+="Hello world!\n" print(S[:-1])