Ejemplo n.º 1
0
 public void Test1()
 {
     Assert.Equal(3, Kata.Test("2 4 7 8 10"));
     Assert.Equal(1, Kata.Test("1 2 2"));
 }