@@ -15,6 +15,6 @@ func fib[n: I64] : I64
return fib(n-2) + fib(n-1)
func main[] : I64
for i in 0:20
for i in 0..20
fib(i) |> I64.to_string() |> print()
```
The note is not visible to the blocked user.