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.
- Utilize Unsafe C#
- Utilize the Unchecked context in C#