Module aoc::y15d12

source ·
Expand description

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

A straigtforward puzzle made easy by Rust’s match syntax to allow us to easily recurse based on the possible JSON types. We make use of serde to handle the actual parsing of the input string.

Functions§

  • The solution for the day twelve challenge.