Beispiel #1
0
 public void smoke()
 {
     var p = new Permutation();
       var result = p.GetPermutations("ABC");
 }
Beispiel #2
0
 public void smoke()
 {
     var p      = new Permutation();
     var result = p.GetPermutations("ABC");
 }