finish day 6

This commit is contained in:
Colin McMillen 2020-12-07 13:43:30 -05:00
parent aedc195562
commit b632755e96

View File

@ -19,7 +19,7 @@ namespace AdventOfCode {
public class Program { public class Program {
static void Main(string[] args) { static void Main(string[] args) {
Day05.Test(); Day06.Test();
} }
} }
} }