@@ -0,0 +1,5 @@
var l=3;
while(l>0) {
print l;
l = l-1;
}
The note is not visible to the blocked user.