index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stdlib
/
tsortcall.nim
blob: efe1d0b8bb3bfff91867ced808e651f34db6057f (
plain
) (
blame
)
1
2
3
4
5
import
algorithm
proc
foosort
(
ships
:
var
seq
[
int
]
)
=
sort
(
ships
,
system
.
cmp
[
int
]
)