Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 192 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 192 Bytes

Advent of code 2021

Advent of Code implementation, in Rust!

Run the code/tests

For any day with number XX

cargo run --bin dayXX inputs/dayXX
cargo test --bin dayXX