// CS 11, Lab #1 // Sept. 14, 1999 // This is our first program written in the C++ language. #include int main() { cout << "Hello, world." << endl; return 0; }