From 98f3016b477077a8478895b67ee37af71ae68717 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 16 Dec 2020 20:10:05 -0500 Subject: start on day 19 --- aoc2019.test/Tests.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'aoc2019.test') diff --git a/aoc2019.test/Tests.cs b/aoc2019.test/Tests.cs index 8e8d0f9..61f9093 100644 --- a/aoc2019.test/Tests.cs +++ b/aoc2019.test/Tests.cs @@ -26,6 +26,7 @@ namespace aoc2019.test [DataRow(typeof(Day15), "280", "400")] [DataRow(typeof(Day16), "90744714", "82994322")] [DataRow(typeof(Day17), "2804", "")] + [DataRow(typeof(Day19), "", "")] public void TestAllDays(Type dayType, string part1, string part2) { // create day instance -- cgit 1.4.1