Beispiel #1
0
 public void TestPart1(string[] data, int result)
 {
     Assert.AreEqual(result, Day4.Calculate1(data));
 }