Came up with a small C# puzzle involving generic types: gist.github.com/CameronAavik...
Solution is linked in the comments of the GitHub Gist.
Came up with a small C# puzzle involving generic types: gist.github.com/CameronAavik...
Solution is linked in the comments of the GitHub Gist.
Its based on how fast you solve the puzzle after it is released at midnight EST. Each puzzle has two parts so each one gets a different placement. This site doesn't require you to actually upload the code, rather it gives you your own input file and you just need to submit the answer.
Day 2 recording is up. Placed 126th for part 1 and 245th for part 2. There were server issues on the site as well which slowed things down a bit.
youtu.be/fq51AcZusSk?...
Advent of Code 2024 - Day 1 complete! Managed to place 103rd for part 1 and 239th for part 2.
I'm going to try record and my attempts each day, so here is today's recording: www.youtube.com/watch?v=1lrv...
Advent of Code 2024 is almost here, and Iโll be tackling it in C#. This last year I've used GitHub Copilot heavily for refactoring and editing, but I can't seem to customize the auto-completions to prevent it from solving problems for me, so I guess I'm going to have to code the old-fashioned way ๐ฑ