emscripten/tests/hello_libcxx.cpp

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

2012-01-18 23:35:00 +04:00
#include <iostream>
int main()
{
std::cout << "hello, world!" << std::endl;
return 0;
}