mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
5 lines
69 B
C++
Vendored
5 lines
69 B
C++
Vendored
#include <iostream>
|
|
int main() {
|
|
std::cout << "hello world\n";
|
|
}
|