public void Answer1Test() { var input = new[] { "1-3 a: abcde", "1-3 b: cdefg", "2-9 c: ccccccccc" }; Day02.GetAnswer1(input).Should().Be(2); }