@ -0,0 +1,11 @@
#include <stdio.h>
int main() {
int i = 0;
while (i >= 5) {
printf("%d\n", i);
i++;
}
The note is not visible to the blocked user.