AdventOfCode2023 My Advent of Code 2023 solutions written in Rust. Usage To run a single solution use cargo run -p dayXX_Y < input where XX is day number (01...25), and Y is part number (1 or 2).