Expand description
Advent of Code 2015 Day 8: https://adventofcode.com/2015/day/8
Today’s challenge was very simple. It essentially amounted to looping over some strings with some counters and in a couple of cases changing how the counters were incremented.
Functions§
- The solution for part one of the day eight challenge.
- The solution for part two of the day eight challenge.