Skip to content

Instantly share code, notes, and snippets.

@alexandersazonof
Last active December 2, 2018 12:46
Show Gist options
  • Save alexandersazonof/8eb56e51020978f3fa394603066156f7 to your computer and use it in GitHub Desktop.
Save alexandersazonof/8eb56e51020978f3fa394603066156f7 to your computer and use it in GitHub Desktop.
#Дан целочисленный массив. Упорядочить его по возрастанию.
numbers = [4, 1, 5, 6, 2, 41, 23]
numbers = numbers.sort
puts numbers
@aya-soft
Copy link

aya-soft commented Dec 2, 2018

🥇

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