int main() {
    puts("Hello!");
    puts("World");
}
