For me - ii got an **error** on line 6 (multiple definition of 'main') | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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

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