2 lines
49 B
Groovy
2 lines
49 B
Groovy
|
|
def makePermutations = { l -> l.permutations() }
|
|
|
def makePermutations = { l -> l.permutations() }
|