roc/examples/quicksort
2021-05-23 23:46:09 -04:00
..
platform Have examples with zig hosts use roc_alloc etc 2021-05-23 23:46:09 -04: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.