From a3826fc6ad783604ae1c1e087d95791a5d8e44f0 Mon Sep 17 00:00:00 2001 From: Jessica Jones Date: Fri, 17 Oct 2025 15:09:54 -0700 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e24f254 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Rust Fibonacci + +Calculate the nth element of the Fibonacci sequence using Rust. From the summary prompts from The Rust Programming Language chapter 3.5.