https://adventofcode.com/2021/ Running each day cargo run --bin day_01 # replacing day_01 with the day to run Running test cases cargo test --bin day_01 -- --nocapture # -- --nocapture only needed when debugging with print outs