In function 'int main()': 5:25: error: expected ';' before 'return' 5 | cout << "Hello World!" | ^ | ; 6 | return 0; | ~~~~~~