1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-03 08:21:04 +00:00

5 lines
69 B
C++

#include <iostream>
int main() {
std::cout << "hello world\n";
}