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