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 eca3f1e commit 1fdc38aCopy full SHA for 1fdc38a
test/test.cpp
@@ -1,2 +1,2 @@
1
#include <iostream>
2
-int main() { std::cout << "test" << std::endl; }
+int main() { std::cout << "test" << std::endl; return 0; }
0 commit comments