Exemplo n.º 1
0
 public void Nice2(string input, bool expected)
 {
     Day05.IsNice2(input).Should().Be(expected);
 }