Add README.md

This commit is contained in:
2025-10-17 15:09:54 -07:00
parent 9d2c313913
commit a3826fc6ad

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# 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.