Module aoc::y23d03

source ·
Expand description

Advent of Code 2023 Day 3: https://adventofcode.com/2023/day/3

Part one of today’s challenge was fairly easy, but the problem in part two didn’t fit at all with how I solved part one and so I wasn’t really able to reuse anything or build on top of part one as is usually the case so part two is essentially its own problem with its own solution.

Functions§

  • The solution for part one of the day three challenge.
  • The solution for part two of the day three challenge.