RosettaCodeData/Task/Combinations/Groovy/combinations-3.groovy

2 lines
41 B
Groovy
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
def comb0 = { m, n -> comb(m, (0..<n)) }