Enable running all days at once

I'm kinda bored and wanted to.
This commit is contained in:
2021-12-12 15:28:41 -06:00
parent 5c37fc4129
commit 9e7942a35e
15 changed files with 845 additions and 848 deletions

View File

@ -1,8 +1,8 @@
namespace aoc2021;
internal class Day12
internal class Day12 : Day
{
internal static void Go()
internal override void Go()
{
Logger.Log("Day 12");
Logger.Log("-----");