Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 571 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 571 Bytes

AdventOfCode2022

My solutions to the Advent of Code 2022 programming challenges, in C#, .NET 7. I've tried to design them as if they were going into production.

My own NuGet package for conditional collection splitting is used in a couple of cases.

Advent of Code is an annual programming challenge designed to leverage pure programming and problem-solving aptitude. No computer science background is required other than varying degrees of competency in a programming language of your choice.