roc/examples/quicksort
2020-11-07 22:44:06 +01:00
..
platform make quicksort use a Pkg-Config.roc file 2020-11-07 22:44:06 +01:00
Quicksort.roc get tests back up an running 2020-10-30 16:58:53 +01:00
README.md Update BUILDING_FROM_SOURCE and quicksort readme 2020-10-04 16:35:23 -04:00

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.