Solutions in C# for Advent of code puzzles.
- 2023 are a bunch of individual projects, one for each day.
- 2024 use a single TUnit testing project for minimal boilerplate, and static bound inputs instead of files.
- In respect to the AoC author's terms I do not publish his puzzle input. It is kept in a private repo that is a Git submodule to this public repo.