# Quicksort To run: ```bash $ cargo run Quicksort.roc ``` To run in release mode instead, do: ```bash $ cargo run --release Quicksort.roc ```