#include #include //____________________________________________________________________________// int cpp_main( int, char* [] ) // note name cpp_main, not main. { std::cout << "Hello, world\n"; return 0; } //____________________________________________________________________________//