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 65132a0 commit 30c340fCopy full SHA for 30c340f
test/helloworld.cpp
@@ -0,0 +1,6 @@
1
+#include <iotream>
2
+
3
+int main(int argc, char** argv )
4
+{
5
+ std::cout << "Hello World!" << std::endl;
6
+}
0 commit comments