code to return a Fibonacci sequence to the nth degree, with the value of n provided by the user
What the code puts out, prompting the user for an input. If it is invalid, it will reprompt until the input is valid, and it will return the Fibonacci sequence.
Started to learn Rust, and the "no semicolon" to return a value is so brilliant
#rustlang #rustlanguage