Beispiel #1
0
 public void TestPart2(string[] data, int result)
 {
     Assert.AreEqual(result, Day8.Calculate2(data));
 }