This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
22f33d4004
RosettaCodeData
/
Task
/
Sort-an-integer-array
/
Swift
/
sort-an-integer-array-7.swift
Tina Müller
bba7bfd280
Add tasks for all the new languages
2016-12-05 23:44:36 +01:00
2 lines
43 B
Swift
Raw
Blame
History
let
nums
=
[
2
,
4
,
3
,
1
,
2
]
.
sort
(
<
)
print
(
nums
)
Reference in a new issue
View git blame
Copy permalink