Commit Diff
--- README.md +++ README.md @@ -18,7 +18,7 @@ import ( ) func main() { - a := []int{1, 2, 3, 4} + a := []int{1, 2, 3} p := perm.Permutations(a) fmt.Println(p) }
--- README.md +++ README.md @@ -18,7 +18,7 @@ import ( ) func main() { - a := []int{1, 2, 3, 4} + a := []int{1, 2, 3} p := perm.Permutations(a) fmt.Println(p) }