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