An open API service indexing awesome lists of open source software.

https://github.com/lulu-berlin/fibonacci.rs

Fibonacci numbers in rust
https://github.com/lulu-berlin/fibonacci.rs

Last synced: about 2 months ago
JSON representation

Fibonacci numbers in rust

Awesome Lists containing this project

README

        

# fibonacci.rs
Fibonacci numbers in rust

# Running it
In order to run this example project, you need to have `rust` and `cargo` installed.

Then, it's a simple matter of cloning the project and typing:
```sh
cargo run
```