Ejemplo n.º 1
0
 public void AllLinesWorks()
 {
     Assert.Equal(12, Day05.CountMostDangerousPoints(input, true));
 }
Ejemplo n.º 2
0
 public void StraightLinesOnlyWorks()
 {
     Assert.Equal(5, Day05.CountMostDangerousPoints(input, false));
 }