@@ -2,7 +2,7 @@ let a: I64 = 0
let b: I64 = 1
while a < 100000
print a
print(a)
let temp: I64 = b
b = a + b
a = temp
The note is not visible to the blocked user.