Beispiel #1
0
 public void Sln1Test(string s, string t, bool valid)
 {
     Assert.Equal(valid, ValidAnagram.Solution1(s, t));
 }