[ANN] Advent of Code project template

Hey everyone!

I recently published a starter project for working on Advent of Code puzzles in OCaml:
https://github.com/Sixstring982/tanenbaum

It works for all “years” (and should work for 2023, assuming no API changes will be made tonight), and has some other nice features:

  • Automatic downloading + caching of puzzle inputs
  • CLI for running puzzles + submitting answers to adventofcode.com
  • Automatic puzzle detection + registration

Hope some folks find this useful – I’ve been using it a lot myself!

9 Likes

This sounds like an excellent idea. I know a lot of people experiment with a new language by testing out adventofcode.

2 Likes