Skip to content

The-Destroyer2749/Fibonacci-calculator-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Calculator in Rust

This program calculates the Fibonacci sequence up to a specified value whether directly or iteratively up to that number

Instructions:

There are two ways to install it:

  1. Prebuilt binary

    1. Download one of the builds from the releases panel
    2. Unzip the file and open the folder
    3. Locate the fibonacci.exe file inside the folder and run it
  2. Build it yourself

    1. Clone the repo
    2. Navigate to the directory
    3. Build the .exe file with the command:
      cargo.exe build --package fibonacci --bin fibonacci --release
    1. Open the folder that you cloned
    2. Find the fibonacci.exe file under the directory \target\release\fibonacci.exe
    3. Run the file

Credit:

Made by: Philip Hoderny

About

Calculates the Fibonacci sequence in multiple ways using a CLI Rust program

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages