add correct answer to d8p2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-12-08 11:33:26 -05:00
parent d38a4e70c8
commit eee5ff67a1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class DayTests
[DataRow(typeof(Day05), "7318", "19939")]
[DataRow(typeof(Day06), "362740", "1644874076764")]
[DataRow(typeof(Day07), "345035", "97038163")]
[DataRow(typeof(Day08), "362", "")]
[DataRow(typeof(Day08), "362", "1020159")]
public void CheckAllDays(Type dayType, string part1, string part2)
{
var s = Stopwatch.StartNew();