0
Whatâs wrong with this? Itâs my first day relearning c++
#include <iostream> using namespace std; int main() { cout << "hello people" << endl << "hola" }
1 Answer
+ 2
semicolon at the end?
#include <iostream> using namespace std; int main() { cout << "hello people" << endl << "hola" }