roc/examples/quicksort
2020-11-23 00:08:49 -05:00
..
platform fully qualify symbols (with the module name) in generated IR 2020-11-10 20:15:59 +01:00
Quicksort.roc Fix load tests 2020-11-23 00:08:49 -05: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.