Advent of Code My solutions for Advent of Code puzzles in Python and Rust. Run a Python solution from its year directory, for example: cd python/2024 python day01.py Run a Rust solution from the Rust crate directory, for example: cd rust cargo run 2022 01