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 4edae40 commit 44bf542Copy full SHA for 44bf542
cli/src/test_out.cpp
@@ -0,0 +1,6 @@
1
+using namespace std;
2
+#include
3
+int main()
4
+{
5
+ std::cout << "Testing" << endl;
6
+}
0 commit comments