novanacci readme

This commit is contained in:
Rostyslav Tyshko
2023-08-24 19:54:21 +02:00
parent 0646c40ea7
commit df9657bdae

24
novanacci/README.md Normal file
View File

@@ -0,0 +1,24 @@
# Novanacci
[Fibonacci](https://en.wikipedia.org/wiki/Fibonacci_sequence) [circuit](./novanacci/README.md) written in vanilla (Bellman) [Nova](https://github.com/microsoft/Nova)
[!WARNING]
The code and tests are computationally intensive. Be ready for long execution.
## Usage
```bash
cargo build
```
Running main
```bash
cargo run
```
Running tests
```bash
cargo test
```