Here lies the code to solve Advent of Code for all years till date. Currently completed:
- Clone the repository:
git clone git@github.com:dotmatrixbeeper/advent-of-code-rust.git - Place your input for the year in the
inputsfolder under the correct year in the format:day01.txt,day02.txt,day22.txtetc. - Cargo run:
cargo run -- --year <year> --day <day>orcargo run -- all