RosettaCodeData/Task/Permutations/Groovy/permutations-1.groovy
2023-07-01 13:44:08 -04:00

1 line
49 B
Groovy

def makePermutations = { l -> l.permutations() }