Ejemplo n.º 1
0
        public void Answer2Test()
        {
            var input = new[]
            {
                "1-3 a: abcde",
                "1-3 b: cdefg",
                "2-9 c: ccccccccc"
            };

            Day02.GetAnswer2(input).Should().Be(1);
        }