We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed73be4 commit eb3ef87Copy full SHA for eb3ef87
helloworld.cpp
@@ -0,0 +1,7 @@
1
+//Hello world program in C++
2
+#include<iostream>
3
+using namespace std;
4
+int main() {
5
+cout << "Hello World!";
6
+return 0;
7
+}
0 commit comments