RosettaCodeData/Task/Sort-an-integer-array/Euphoria/sort-an-integer-array.ex
2024-10-16 18:07:41 -07:00

2 lines
60 B
Elixir

include sort.e
print(1,sort({20, 7, 65, 10, 3, 0, 8, -60}))