@@ -0,0 +1,8 @@
#include <stdio.h>
int main () {
unsigned a = 10;
for (a -= 1; a; a--) {
printf("%d", a);
}
The note is not visible to the blocked user.