emscripten/tests/hello_libcxx_mod1.cpp

10 строки
139 B
C++
Исходник Обычный вид История

2012-11-22 20:37:03 +04:00
#include <iostream>
int main()
{
std::cout << "hello, world!" << std::endl;
std::cout << "hello, world!" << std::endl;
return 0;
}