Collection of programs written while learning rust!
You don't need anything to read the code in this repo, OBVIOUSLY. But if you want to compile and run them, you will want to install the Rust toolchain. Go here for more information about that.
Each directory contains a rust program. To run any given program, simply cd
into its corresponding directory and run cargo build
followed by cargo run
.