예제 #1
0
 public void Count_all_trees_along_the_way()
 {
     Assert.That(Day3.CountTrees(InputMapLines, 3, 1), Is.EqualTo(244));
 }