Ejemplo n.º 1
0
        public void Part1()
        {
            var answer = Day04.Part1();

            answer.Should().NotBe(-1);
            answer.Should().Be(346386L);
        }