2014-12-24 hello, world C++ #include <iostream> int main() { std::cout << "hello, world" << std::endl; return 0; }