mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
6 lines
85 B
Nim
6 lines
85 B
Nim
import algorithm
|
|
|
|
proc foosort(ships: var seq[int]) = sort(ships, system.cmp[int])
|
|
|
|
|