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

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

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