1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

basic byte and numeric sort

tests for numeric sort
This commit is contained in:
Michael Yin 2014-07-07 10:55:47 -04:00
parent 9c27aac8fe
commit bde6d8d643
14 changed files with 230 additions and 0 deletions

View file

@ -163,6 +163,10 @@ path = "shuf/shuf.rs"
name = "sleep"
path = "sleep/sleep.rs"
[[bin]]
name = "sort"
path = "sort/sort.rs"
[[bin]]
name = "split"
path = "split/split.rs"