Advent of Code Is a yearly challenge with one coding puzzle a day from 1st of December until Christmas Day. The challenges are language agnostic, providing the input as a text file, and expecting a number or a string as the result of each part.
This year I’ve chosen to use Rust, and I’ve used the built-in Rust cargo doc
tool to
build the documentation for the code. In parallel, I’ve used 11ty to build a static site for
walk-throughs of how I’ve tackled each section. I’ve then used GitHub Actions to bundle the outputs from both of these,
and publish them to this site on GitHub Pages.