RosettaCodeData/Task/Sort-an-integer-array/Euphoria/sort-an-integer-array.eu

3 lines
60 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
include sort.e
print(1,sort({20, 7, 65, 10, 3, 0, 8, -60}))