0

For me - ii got an **error** on line 6 (multiple definition of 'main')

6th Apr 2020, 5:56 PM
Shwadie Kidd
1 Réponse
0
#include <iostream> using namespace std; int main() { cout << "Hello world" <<endl; return 0; }
6th Apr 2020, 6:01 PM
Shwadie Kidd