printf - I believe this is the most common way of accomplishing this
@@ -1,6 +1,6 @@
#include<stdio.h>
int main() {
puts("Hello World");
printf("Hello World");
return 0;
}
The note is not visible to the blocked user.