#include using std::cout; using std::endl; int main() { cout << "Content-type: text/plain" << endl << endl; cout << "Hello, world! (C++)" << endl; return 0; }