Skip to content

Instantly share code, notes, and snippets.

@shamritskiy3468
Created December 16, 2018 21:18
Show Gist options
  • Save shamritskiy3468/961750b5d297378132e9edb7b242d730 to your computer and use it in GitHub Desktop.
Save shamritskiy3468/961750b5d297378132e9edb7b242d730 to your computer and use it in GitHub Desktop.
Task6
array = []
rand(20..30).times { array << rand(0..40)}
puts "Original array #{ array.join(" ") }"
puts "Result array #{ array.sort.join(" ") }"
@aya-soft
Copy link

🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment