mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +00:00
7 lines
117 B
C++
7 lines
117 B
C++
#include <iostream>
|
|
|
|
int main(int argc, char* argv[]) {
|
|
std::cout << "Does this work?" << std::endl;
|
|
return 0;
|
|
}
|