advent-of-code-template icon indicating copy to clipboard operation
advent-of-code-template copied to clipboard

A Haskell project template for Advent of Code solutions.

Results 4 advent-of-code-template issues
Sort by recently updated
recently updated
newest added

This is useful for debugging. Also useful if you want to print something to the screen without using `show` (e.g. as was required for 2022 day 10).

I want to learn Haskell using AOC in 2022. A lot of other AOC helpers include support for automatically downloading input when it is missing. This would be great functionality...

Other AOC helpers use the current day by default. Obviously, this doesn't work outside Dec 1-25, but it would be convenient to have `-d` default to the correctly calculated current...