RosettaCodeData/Task/Permutations/Groovy/permutations-1.groovy

2 lines
49 B
Groovy
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
def makePermutations = { l -> l.permutations() }