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