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.