roc/examples/quicksort
2020-04-15 07:06:11 -04:00
..
.gitignore Replace build.sh with cargo run 2020-04-06 23:32:47 -04:00
host.rs Replace build.sh with cargo run 2020-04-06 23:32:47 -04:00
Quicksort.roc Load main in the CLI and use it for gen 2020-04-15 07:06:11 -04:00
README.md Replace build.sh with cargo run 2020-04-06 23:32:47 -04:00

Quicksort

To run:

$ cargo run qs.roc

To run in release mode instead, do:

$ cargo run --release qs.roc