Introduction
The previous "Hello world!" program works by printing the text in the line std::cout << "Hello world!" << std::endl;. Changing the text "Hello world!" would change the program output.
Modify the program to print out Goodbye cruel world!.
"Hello world!" to "Goodbye cruel world!" in the 5th line.