C# solutions to the Advent of Code problems.
I'm making a website out of this. A lot of effort goes into my solutions, I aim for clarity. In other words, they are not super effective or super short, but hopefully more readable.
Like what you see? Consider sponsoring me.
The framework I'm using is freely available and it's pretty streamlined by now. You can start with the https://github.com/encse/adventofcode-template repository.
- Based on
.NET 9
andC# 13
. AngleSharp
is used for problem download.- git-crypt to store the input files in an encrypted form