roc/examples/quicksort
2020-10-04 15:58:13 -04:00
..
host.rs Use explicit ld invocation instead of ar 2020-10-04 15:58:13 -04: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.