Skip to content

encse/adventofcode

Repository files navigation

Advent of Code (2015-2024)

C# solutions to the Advent of Code problems.

I'm making a website out of this. A lot of effort goes into my solutions spending time on presenting things in an easy to understand and elegant way. In other words, the solutions are not the most effective or shortest, but hopefully more readable.

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.

Like what you see? Consider sponsoring me.

Dependencies

  • Based on .NET 9 and C# 13.
  • AngleSharp is used for problem download.
  • git-crypt to store the input files in an encrypted form