1
0
dust/bench/addictive_addition/addictive_addition.ds

6 lines
50 B
Plaintext

let mut i = 0
while i < 5_000_000 {
i += 1
}