computer science student says ...
#include <iostream> using namespace std; int main() { cout << "Hello stackoverflow!" << endl; return 0; }