Crafter.Build/examples/wasi/main.cpp
2025-11-09 18:56:24 +01:00

5 lines
No EOL
61 B
C++

import std;
int main() {
std::println("Hello World!");
}