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 Antwort
+ 2
semicolon at the end?
#include <iostream> using namespace std; int main() { cout << "hello people" << endl << "hola" }