#include using namespace std; void main() { cout << "Hello C++ world!" << endl; }