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-156
/
2colours
/
raku
/
ch-1.raku
blob: c132c1ab0208cd0e2a3817441cd1ae09878fb2a9 (
plain
)
1
2
3
4
#!/usr/bin/env raku
(^
Inf
).
grep
(*.
base
(
2
).
comb
.
sum
.
is-prime
).
head
(
10
).
say
;