/advent-of-code-2021

Advent of code 2021 https://adventofcode.com/2021

Primary LanguageRust

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