mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
154 B
154 B
Quicksort
To run:
$ cargo run run Quicksort.roc
To run in release mode instead, do:
$ cargo run --release run Quicksort.roc