roc/examples/quicksort
2020-09-30 13:47:54 +02:00
..
host.rs Merge remote-tracking branch 'origin/trunk' into tail-call-elimination 2020-08-12 15:46:50 +02:00
Quicksort.roc generate IR that uses uniqueness 2020-08-11 14:47:14 +02:00
README.md Added troubleshooting for examples 2020-09-30 13:47:54 +02: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.