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