double dot in for ranges
This commit is contained in:
@@ -14,7 +14,7 @@ func main[] : I64
|
||||
let max: I64 = 0
|
||||
let max_index: I64 = 0
|
||||
|
||||
for i in 1:1000000
|
||||
for i in 1..1000000
|
||||
let seq: I64 = collatz_seq(i)
|
||||
if seq > max
|
||||
max = seq
|
||||
|
||||
Reference in New Issue
Block a user