@@ -0,0 +1,8 @@
#include <unistd.h>
int main() {
char c;
while (read(STDIN_FILENO, &c, 1) == 1)
;
return 0;
}
The note is not visible to the blocked user.