wasmer/lib/emscripten/emtests/hello.cpp
2019-04-05 11:24:27 -07:00

5 lines
69 B
C++
Vendored

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