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-019
/
markus-holzer
/
raku
/
ch-1.p6
blob: 7725cc7e8221a1a9235ab23bed58a268fc12a2f3 (
plain
)
1
2
3
.
say
for
(
1900
..
2020
X
1
,
3
,
5
,
7
,
8
,
10
,
12
).
grep
({
Date
.
new
( |
$_
,
1
).
day-of-week
==
5
});