Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:12:28: error: expected ‘;’ before ‘}’ token 12 | cout << "FizzBuzz" | ^ | ; 13 | } else { | ~