Hello, world! Please explain in detail what will happen if the following program is executed: #include <iostream> int main() { std::cout << "Hello, world!" << std::endl; }