moaminsharifi / fibonacci-with-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fibonacci Calculator with Rust

1. install rust on your machine

best document for install is own Rust documention

for linux users download and run rust bash file

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

then just add this line to your shell. for bash:

echo 'source $HOME/.cargo/env' >> ~/.bashrc

2. Run

just use it!

cargo run

cli

Welcome to Fibonacci Calculator with rust
Enter Number to Calculate
123
You entered 123 and result is 22698374052006863956975682

About


Languages

Language:Rust 100.0%