// This program illustrates the use of cout and the basic // structure of a C++ program. # include void main() { cout << "Hello, world!" << endl; }