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