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 b67718a commit 99f4501Copy full SHA for 99f4501
testing/main.c
@@ -1,6 +1,2 @@
1
#include <stdio.h>
2
-int main() {
3
- for (;;) break;
4
- printf("Hello world!\n");
5
- return 0;
6
-}
+int main() {for (;;) break; printf("Hello world!\n");return 0;}
0 commit comments