#include using std::cout; int main() { cout << "Hello World!\nWas't that easy?\n"; return 0; }