Update c.c (Added newline to string)
@@ -1,6 +1,6 @@
#include<stdio.h>
int main() {
printf("Hello World");
printf("Hello World\n");
return 0;
}
The note is not visible to the blocked user.