#adventofcode in #rustlang this year is basically someone trying to sell you iterators over and over 😆
@chrisbiscardi One year I tried to do almost everything as iterator chains - eventually the challenge fails, but it's fun to start that way each year.
@chrisbiscardi Hope to find some spare time tomorrow to start AoC

@chrisbiscardi Day 3 for me was “hey buddy, wanna buy a HashSet?” https://github.com/stabbylambda/advent2022/blob/main/day3/src/main.rs#L42

Loved watching your video this morning. I solved this last night before bed and definitely ran into some of the same brain fog issues. FWIW, slice has `chunks` without using nightly: https://doc.rust-lang.org/std/primitive.slice.html#method.chunks.

advent2022/main.rs at main · stabbylambda/advent2022

Contribute to stabbylambda/advent2022 development by creating an account on GitHub.

GitHub