public bool Test(string str) => Kata.IsIsogram(str);
Beispiel #2
0
 static void Main(string[] args)
 {
     Kata.IsIsogram("Dermatoglyphics");
 }