Solutions to Advent of Code 2026

Optimize day 2 a bit master

`Itertools::chunks` is much faster thank `chunks_exact`. Also removed a double-write to the buffer.


+2 -3
1 changed file