Module aoc::y15d10

source ·
Expand description

Advent of Code 2015 Day 10: https://adventofcode.com/2015/day/10

It took me a little while to wrap my head around what look-and-say is but once I figured it out this was relatively easy to implement.

Functions§

  • The solution for the day ten challenge.