Advent of Code 2023 🎄 Solutions to Advent of Code 2023 problems in Rust. 🦀 Usage cargo run --release --bin [DAY] # run a specific day, eg. 'day01' cargo run --release # run all days