day 7 partial progress

This commit is contained in:
Colin McMillen 2020-12-07 13:59:51 -05:00
parent 11a66f2bb1
commit 77b0676842

View File

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