Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:23:25: error: expected ‘;’ before ‘}’ token 23 | cout << "\n" | ^ | ; 24 | } | ~