0 / 60 seg.

How many times will this loop be executed?

for i in 0...100 {
  print(i)
}