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 4e1a819 commit 78ca3f0Copy full SHA for 78ca3f0
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