Skip to content

Commit 99f4501

Browse files
committed
revert mian.c change
1 parent b67718a commit 99f4501

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

testing/main.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
#include <stdio.h>
2-
int main() {
3-
for (;;) break;
4-
printf("Hello world!\n");
5-
return 0;
6-
}
2+
int main() {for (;;) break; printf("Hello world!\n");return 0;}

0 commit comments

Comments
 (0)