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