Advent of Code Helper Library
A library that lets you focus on problem-solving rather than boilerplate when doing Advent of Code.
This library is very early stages! Do not expect it to work yet!
Installation
In your Cargo.toml
dependencies section, put the following line to get the latest version:
[]
= "*"
Usage
An example Advent of Code day may look like this:
// TODO