コード例 #1
0
 public void Puzzle2Test()
 {
     Assert.AreEqual(1023, Day03.Puzzle2(inputDay03));
 }
コード例 #2
0
 public void Puzzle2ExampleTest()
 {
     Assert.AreEqual(3, Day03.Puzzle2(inputDay03Example1));
 }