Use puts instead of printf.
@@ -1,6 +1,6 @@
#include<stdio.h>
int main(void) {
printf("Hello World\n");
puts("Hello World");
return 0;
}
The note is not visible to the blocked user.