Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 731 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 731 Bytes

Advent of Code (2015-2023)

C# solutions to the Advent of Code problems.

You can freely use my framework, it's probably easiest to start out from the https://github.com/encse/adventofcode-template repository.

I put a lot of effort into my solutions. They are not super effective or super short, but hopefully more readable. I aim for clarity.

I'm happy if you consider supporting my work.

Dependencies

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