Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 265 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 265 Bytes

AdventOfCode2022

https://adventofcode.com/2022

Running tests

Example for day 1 tests:

cargo test day01 -- --nocapture

All tests:

cargo test -- --nocapture

Running a day code

cargo run -- n

Where 'n' is a number from 1 to 25