gist: 1551 Download_button fork
public
Public Clone URL: git://gist.github.com/1551.git
Text only
1
2
3
4
5
6
7
8
9
10
i = 0
while i < 10_000
  j = 0
  while j < 10_000
    j += 1
    # m = i + 1
  end
  i += 1
end
 

Owner

rubyspec

Revisions