I just completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 https://adventofcode.com/2022/day/3
Wow! A relatively simple one to hack together something hat works. Unfortunately for me I'm using #AdventOfCode as a gym to let me further explore Rust. That means I have to care about elegance more than I normally would ;-). It took me far, far to long to figure out how to elegantl factor out the common code between the two tasks!