mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3 lines
56 B
Ruby
3 lines
56 B
Ruby
|
arr = Array.new(1000) { rand }
|
||
|
10000.times { arr.sort }
|