I was always amazed and Intimidated by Rust language. Finally I tried it. This program prompts the user to enter a number, reads the input as a string, then parses it as an integer and passes it as an argument to a function called fibonacci(). The fibonacci() function is a recursive function that calculates the fibonacci number at the given index using the fibonacci formula.

Built With

Share this project:

Updates