first time making a rust program
Go to file
gallant e9f6858d52 testing 2022-03-15 12:28:58 -05:00
src testing 2022-03-15 12:28:58 -05:00
Cargo.lock new repo, adding new project :) 2022-03-14 12:43:39 -05:00
Cargo.toml new repo, adding new project :) 2022-03-14 12:43:39 -05:00
README.md added proper readme 2022-03-14 12:59:51 -05:00

README.md

The Projects

This project can be ran by calling:

cargo run

or can just be compiled under the 'target' directory by calling:

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.