Exemplo n.º 1
0
 public void Example1()
 {
     Assert.AreEqual(new[]
     {
         1, 3, 1, 1, 1, 3, 1, 1, 3, 1, 3
     }, Day10.FindDifferences(Example1Adapters));
 }