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 828bd0a commit 90cfb7fCopy full SHA for 90cfb7f
sample.cpp
@@ -0,0 +1,8 @@
1
+#include <iostream>
2
+using namespace std;
3
+
4
+int main ()
5
+{
6
+ cout << "Hello World! ";
7
+ cout << "I'm a C++ program";
8
+}
0 commit comments