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