ruby--ruby/benchmark/other-lang/loop.rb

5 lines
36 B
Ruby

i = 0
while i<30000000
i += 1
end