зеркало из https://github.com/github/ruby.git
3 строки
53 B
Ruby
3 строки
53 B
Ruby
|
arr = [*0...100000]
|
||
|
10_000.times {arr.sample 10_000}
|