RosettaCodeData/Task/Sort-an-integer-array/Jq/sort-an-integer-array.jq

2 lines
29 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[2,1,3] | sort # => [1,2,3]