Fibonacci
Description
Features
Installation
Contributing
This application is build using rust, it is aimed at generating fibonacci numbers. It is also aimed at provide a fibonacci number for a value which is put in by the user.
Genarate fibonacci numbers.
Intall rust:
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
clone reposetory
$ [email protected]:Ngha-Boris/Fibonacci.git:
Change into the project directory using:
$ cd Fibonacci/fib/scr
Build the project using:
$cargo build
$cargo run
Contribution to improve or add new features are welcome. All you need to do is to just fork the repository at https://github.com/Ngha-Boris/Fibonacci and make changes, then submit a pull request.