mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
10 lines
169 B
Nim
10 lines
169 B
Nim
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)
|