Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 295 Bytes

🎄 Advent of Code 2022

How to run

$ cargo run --bin day-01-part-1
$ cargo run --bin day-01-part-2
$ cargo run --bin day-02-part-1
$ cargo run --bin day-??-part-?

How to test

$ cargo test
$ cargo test --bin day-01-part-1
$ cargo test --bin day-??-part-?