Advent of Code is a yearly programming challenge which runs in the lead-up to Christmas. You can use any language you like and, for this year, I am using C#.
My aims for this year are as follows:
- Improve my problem-solving skills
- Become more familiar with C# (and maybe LINQ)
- Explore ways to improve my initial solutions once completed.
- Strike a balance between concise and legible code.
Below, you can find all my solutions for this year 😄