#include using namespace std; int main() { cout << "Hola mundo" << " C++" << endl; return 0; }