Owl Get a Life
hello.cpp: In function ‘int main()’:hello.cpp:9:30: error: expected ‘;’ before ‘retun’ 9 | cout << "Hello" << '/n' << e | ^ | ; 10 | 11 | retun 0 ; } | ~~~~~