emscripten/tests/hello_libcxx_mod1.cpp

10 строки
139 B
C++

#include <iostream>
int main()
{
std::cout << "hello, world!" << std::endl;
std::cout << "hello, world!" << std::endl;
return 0;
}