Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 371 Bytes

File metadata and controls

21 lines (15 loc) · 371 Bytes

Advent of Code 2022

CI

Advent of Code 2022 in Rust

To run the latest day:

cargo run

To run all the tests:

cargo test

To create initial files for a new day (including downloading the data!)

./prepare_day.sh 05