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