Exemplo n.º 1
0
        public void Solution2()
        {
            var input = InputReader.ReadLines("Day02/input.txt");

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