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.
2 parents 6661391 + 9f88ce1 commit b2b4095Copy full SHA for b2b4095
hello_world/hello_world.cpp
@@ -0,0 +1,8 @@
1
+#include <iostream>
2
+
3
+using namespace std;
4
5
+int main() {
6
+ cout << "Hello world!" << endl;
7
+ return 0;
8
+}
0 commit comments