Advent of Code 2022 This repo contains my solutions to Advent of Code 2022, written in Rust! For each day: solutions are a src/<day>.rs input files are in input/<day>.txt To run the solution for a particular day, call the following: cargo run --bin <day>