1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-06-27 07:31:33 +00:00
Files
wasmer/lib/emscripten-tests/emtests/hello.cpp

5 lines
69 B
C++
Raw Normal View History

2019-04-05 11:24:27 -07:00
#include <iostream>
int main() {
std::cout << "hello world\n";
}