Rust exercises Installation See https://rustup.rs Setup git clone https://github.com/ericrasmussen/rust-exercises cd rust-exercises add your code! $EDITOR problems/problem1/src/lib.rs run the tests cargo test --all run the main function cargo run