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

2 lines
40 B
Groovy
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def comb1 = { m, n -> comb(m, (1..n)) }