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