Beispiel #1
0
        public void Solution2()
        {
            var input = InputReader.ReadLines("Day02/input.txt");

            Console.WriteLine(Day02Part2.Solve(input));
        }
Beispiel #2
0
 public void ExamplePart2()
 {
     Day02Part2.Solve(exmaple).Should().Be(1);
 }