This program calculates the Fibonacci sequence up to a specified value whether directly or iteratively up to that number
There are two ways to install it:
-
- Download one of the builds from the releases panel
- Unzip the file and open the folder
- Locate the fibonacci.exe file inside the folder and run it
-
- Clone the repo
- Navigate to the directory
- Build the .exe file with the command:
cargo.exe build --package fibonacci --bin fibonacci --release
- Open the folder that you cloned
- Find the fibonacci.exe file under the directory \target\release\fibonacci.exe
- Run the file
Made by: Philip Hoderny