Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 25 days 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
```