roc/examples/quicksort
2021-04-14 22:03:03 +02:00
..
platform fix and test 2021-04-14 22:03:03 +02:00
.gitignore Add some .gitignores 2020-11-23 00:24:40 -05:00
Quicksort.roc fix(tests): need to adjust tests after changing builtin function types 2021-01-05 09:18:24 -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.