NAHO's Advent of Code solutions.
Each Advent of Code solution is located at src/bin/<YEAR>/<DAY>/<PART>/src/main.rs
.
To build all Advent of Code solutions with cargo
at target/debug/<YEAR>_<DAY>_<PART>
,
run:
cargo build
To contribute, please review our contribution guidelines.
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3.