From 05517edd80cf3601f460795f2509206c14bb61fe Mon Sep 17 00:00:00 2001 From: VincentKnightTesting Date: Mon, 14 Mar 2022 12:59:51 -0500 Subject: [PATCH] added proper readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e69de29..5244df5 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,21 @@ +# The Projects + +This project can be ran by calling: + +``` shell +cargo run +``` +or can just be compiled under the 'target' directory by calling: + +``` shell +cargo build +``` + +--- +the projects from the Rust Book under the lesson 'control flow' +* Convert temperatures between Fahrenheit and Celsius +* Generate the nth Fibonacci number +* Print th elyrics to the christmas carol "The Twelve Days of Christmas", taking advantage of the repetition in the song. + + +mostly just a test repo.