Exercise code written while following along the Rust Book rust-book-exercises # Open the Rust book rustup doc --book # Create a new exercise cargo new --bin --vcs=none --name=<name> <dirname>