mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 14:41: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;
|
||
|
}
|