How many n-numbers of the Fibonacci sequence you would like to see😁? Insert your number and joy it!
This project was created with Rust and, above all, with ❤️.
You cand find the executable .exe
in target\debug
. However, you can run the program in the console with the command cargo run
. If you want to build the application in release then run at the console cargo build --release
and then you will find the .exe
in target\release
.
This assumes you have rustup
installed on your OS, which has cargo
installed as well.