#include int main() { std::cout << "Hello world" << std::endl; std::cout << "Second thing\n"; return 0; }