We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ca3f0 commit c930dc8Copy full SHA for c930dc8
src/main.cpp
@@ -4,6 +4,6 @@
4
using namespace std;
5
6
int main() {
7
- cout << "Hello World!";
+ cout << "Hello World!!";
8
return 0;
9
}
0 commit comments