Advent of code 2021 Commands Execute: # to run the day code: cargo run -- day02 Run tests: # to run all the tests cargo tests # to run the tests for a specific day cargo tests -- day02