learning-to-code/ruby/sort.rb

3 lines
45 B
Ruby
Raw Normal View History

2021-01-23 04:16:02 +00:00
numbers = [5, 3, 2, 4, 1]
print numbers.sort