We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722f3db commit eca3f1eCopy full SHA for eca3f1e
test/test.cpp
@@ -0,0 +1,2 @@
1
+#include <iostream>
2
+int main() { std::cout << "test" << std::endl; }
0 commit comments