import module std; // here does the same thing as #include int main() { std::print("Hello world!\n"); }