#include int main() { std::cout << "Hello world!" << std::endl; std::cin.get(); return 0; }