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 8b7ba79 commit 33a2be6Copy full SHA for 33a2be6
hello_world.cpp
@@ -2,6 +2,8 @@
2
using namespace std;
3
4
int main() {
5
+ int x;
6
+ cout << x << endl;
7
8
cout << "Hello World" << endl;
9
0 commit comments