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