summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/multiple_runtimes/src/main.cpp
blob: b25b474a6b7f0d8532151290357bd50844f7549d (plain)
1
2
3
4
5
6
import std;

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