roc/examples/quicksort
2021-08-16 22:46:00 +02:00
..
platform add roc_panic to all hosts 2021-08-16 22:46:00 +02:00
.gitignore Add some .gitignores 2020-11-23 00:24:40 -05:00
Quicksort.roc prevent decrement in quicksort 2021-05-24 19:42:33 +02:00
README.md Update docs to remove references to roc run 2021-08-05 23:15:00 -04:00

Quicksort

To run:

$ cargo run Quicksort.roc

To run in release mode instead, do:

$ cargo run --release Quicksort.roc

Troubleshooting

If you encounter cannot find -lc++, run the following for ubuntu sudo apt install libc++-dev.