This commit is contained in:
Araq
2014-11-27 09:28:48 +01:00
parent 7edf6fc1d2
commit b4e38cb498
2 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
discard """
cmd: r"nim c --hints:on $options --threads:on $file"
"""
import algorithm
# bug #1657
var modules = @["hi", "ho", "ha", "huu"]
sort(modules, system.cmp)