mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
.. | ||
platform | ||
.gitignore | ||
Quicksort.roc | ||
README.md |
Quicksort
To run:
$ cargo run run Quicksort.roc
To run in release mode instead, do:
$ cargo run --release run Quicksort.roc
Troubleshooting
If you encounter cannot find -lc++
, run the following for ubuntu sudo apt install libc++-dev
.