We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcab5c commit beef92fCopy full SHA for beef92f
1 file changed
test.c
@@ -1,5 +1,5 @@
1
#include <stdio.h>
2
int main(){
3
-printf("Hello World")
+printf("Hello World");
4
return 0;
5
}
0 commit comments