index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-067
/
ohmycloud
/
raku
/
ch-1.p6
blob: 10fbc21394a37b54c69c231dc3035f5eda6b43e3 (
plain
)
1
2
3
sub
MAIN
(
Int
$m
,
Int
$n
) {
say
(
1
..
$m
).
combinations
(
$n
).
grep:
{ [<] |
$_
}; }