Exemplo n.º 1
0
 public void Puzzle1Test()
 {
     Assert.AreEqual(41555, Day08.Puzzle1(inputDay08));
 }
Exemplo n.º 2
0
 public void Puzzle1ExampleTest()
 {
     Assert.AreEqual(138, Day08.Puzzle1(inputDay08Example1));
 }