wasmer/lib/emscripten-tests/emtests/hello.cpp

5 lines
69 B
C++

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