Ejemplo n.º 1
0
        public void Part2()
        {
            var answer = Day05.Part2();

            answer.Should().BeLessThan(15058689);
            answer.Should().Be(7079459);
        }
Ejemplo n.º 2
0
 public void Part1()
 {
     Day05.Part1().Should().Be(9654885);
 }