My implementations for the yearly Advent of Code puzzle series.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
See details at https://adventofcode.com/.
All of my solutions read puzzle input from a common input directory in the
repository's root folder. Sample data from each puzzle is included, but my own
personal input files are not. If you'd like to run your own, they should go in
the input folder alongside the sample input. They should be named
puzzle01.txt, puzzle02.txt, etc. See the README in each language's
subdirectory for further instructions.
I wrote a custom user style for the AoC website that makes it a bit more readable. You can download it here. I recommend using Stylus in your browser to apply the stylesheet.