๐ Bug HuntC+ C++ Easy+10 XP
Missing Include
This code won't compile. What's missing?
๐ Find the bug
1
int main() {2
cout << "Hello" << endl;3
return 0;4
}๐ The bug is on line 1