csbence10

Results 1 issues of csbence10

Hi! I found that the permutation function no working well. I tried this way: `let comb = [1,2,3,4,5,6,7].permutations(repeatingElements: false) print(comb)` Gives me error. I think something wrong with the `public...