2 lines
34 B
Text
2 lines
34 B
Text
|
|
combinations(5, 3, {|*c| say c })
|
|
|
combinations(5, 3, {|*c| say c })
|