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