Expand description
Advent of Code 2023 Day 2: https://adventofcode.com/2023/day/2
Today’s challenge was fairly easy, the most challenging part was parsing the input (which was straightforward with a few simple regular expressions).
Functions§
- The solution for the day two challenge.