This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cb74b7914d
RosettaCodeData
/
Task
/
Sort-an-integer-array
/
Wren
/
sort-an-integer-array.wren
6 lines
96 B
Plaintext
Raw
Blame
History
import "./sort" for Sort
var a = [7, 10, 2, 4, 6, 1, 8, 3, 9, 5]
Sort.quick(a)
System.print(a)
Reference in New Issue
View Git Blame
Copy Permalink