import std; int main() { std::println("Hello world"); return 0; }