コード例 #1
0
 public void Puzzle1Test()
 {
     Assert.AreEqual(41555, Day08.Puzzle1(inputDay08));
 }
コード例 #2
0
 public void Puzzle1ExampleTest()
 {
     Assert.AreEqual(138, Day08.Puzzle1(inputDay08Example1));
 }