#include int main(int argc, const char *argv[]) { std::cout << "Hello world!\n"; return 0; }