roc/examples/quicksort
2020-12-07 19:17:20 -05:00
..
platform Use roc__ prefix for exposed app functions 2020-11-23 00:24:40 -05:00
.gitignore Add some .gitignores 2020-11-23 00:24:40 -05:00
Quicksort.roc feat(Num): rename Num.Int to Num.I64 2020-12-07 19:17:20 -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.