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