4 lines
168 B
Markdown
4 lines
168 B
Markdown
# Rust Fibonacci
|
|
|
|
Calculate the nth element of the Fibonacci sequence using Rust. From the summary prompts from <cite>The Rust Programming Language</cite> chapter 3.5.
|