This repository contains my solutions for this years Advent of Code. I already participated a few times:
I'm a bit late this year, starting 21st December in my holiday break. I'll won't do anything fancy, just a basic C# console application (with AOT of course). No unit tests, web app deployment or something similar :) Let's see how much of the puzzles I'll do this year!
Same as last year: I've been using GitHub Copilot for over a year now. I'll refrain from using some of the fancy new features (e.g. Copilot Edits/Workspace) and really solve the puzzles myself, but I really don't want to miss my god-tier autocomplete.
This code is published under MIT License, so feel free to use it as you please (I don't care).
Dependencies:
- .NET 9
- hyperfine for benchmarking