mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
|
||
---|---|---|
.. | ||
platform | ||
.gitignore | ||
Quicksort.roc | ||
README.md |
Quicksort
To run:
$ cargo run Quicksort.roc
To run in release mode instead, do:
$ cargo run --release Quicksort.roc