예제 #1
0
 public void Test2Part2(string[] data, string bag, int result)
 {
     Assert.AreEqual(result, Day7.Calculate2(data, bag));
 }