ruby/benchmark/other-lang/loop.pl
shyouhei fd81221a8e set svn:eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-02-12 23:01:19 +00:00

3 lines
33 B
Raku

for($i=0; $i<30000000; $i++){
}