3 lines
42 B
Swift
3 lines
42 B
Swift
|
|
let nums = [2,4,3,1,2].sort()
|
||
|
|
print(nums)
|