Move cli_testing_examples under crates/cli/tests

This commit is contained in:
Jonathan Schear 2024-03-05 12:17:23 -05:00
parent d232a843e4
commit 813b0010b7
No known key found for this signature in database
GPG key ID: 0F4D841667534076
36 changed files with 28 additions and 14 deletions

View file

@ -1,15 +0,0 @@
# Algorithm examples
To run:
```bash
cargo run fibonacci.roc
cargo run quicksort.roc
```
To run in release mode instead, do:
```bash
cargo run --release fibonacci.roc
cargo run --release quicksort.roc
```