Advent of Code Solutions 2021

Each solution will be typed up in a Day(number).cs file that contains a class that inherits from IDay which can then be utilized in the PrintDaysSolutions function to automatically output both of the solutions for that day.

Goals for this Advent of Code

  • Utilize Unsafe C#
  • Utilize the Unchecked context in C#