wasmer/tests/emscripten_resources/emtests/hello.cpp
2020-04-02 16:51:58 -07:00

5 lines
69 B
C++

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