2 lines
28 B
Raku
2 lines
28 B
Raku
|
|
.say for combinations(5,3);
|
|
|
.say for combinations(5,3);
|