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