Avatar
int main() { cout << "Hello" << "World!" << endl << "hahaha"; return 0; }
HelloWorld! hahaha