0_0_38941076_31189.cpp:3:1: error: 'import' does not name a type
3 | import
| ^~~~~~
0_0_38941076_31189.cpp:3:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_38941076_31189.cpp:5:1: error: 'import' does not name a type
5 | import
| ^~~~~~
0_0_38941076_31189.cpp:5:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_38941076_31189.cpp:7:1: error: expected unqualified-id before 'public'
7 | public class Main {
| ^~~~~~
|