#AdventOfCode 2024 day 1, in #RustLang in some 30-ish lines of code.
AOC always starts off gentle, and this is no exception. Can be coded in a couple minutes.
This is the first year where I’m using my new AOC workbench, which gives me the opportunity to share data structure/algorithms between years/days, and compiles everything in a single binary.
https://github.com/teotwaki/aoc/blob/main/2024/01/src/lib.rs