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