0.1.0
A small command line application to calculate prime numbers.
Install the mose recent version of Rust using your OS distributions package manager or Rust's own preferred rustup. For details check with your OS distribution or visit https://rust-lang.org for more information.
Clone the git repository
$ git clone https://github.com/berrym/fibonacci-calculator.git
Use Rust's own tooling to compile and run the program, e.g.
Build the app
$ cargo build
Run the app
$ cargo run --bin fibonacci -- --help
Copyright (c) 2025 Michael Berry trismegustis@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details.