Beispiel #1
0
        public void Part2()
        {
            var answer = Day20.Part2();

            answer.Should().NotBe(-2);
            answer.Should().Be(17009L);
        }
Beispiel #2
0
        public void Part2_Example()
        {
            var answer = Day20.Part2(true);

            answer.Should().Be(3351);
        }