Module aoc::y23d06

source ·
Expand description

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

Today’s challenge was pretty easy. There aren’t any tricks or gotchas, just parse the input and do the first thing that comes to mind. Fortunately, part two was a simple expansion and didn’t increase the runtime significantly with re-using the solution from part one.

Functions§

  • The solution for the day six challenge.