aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsher Harvey-Smith <asherharveysmith@gmail.com>2024-10-20 23:05:32 +0100
committerAsher Harvey-Smith <asherharveysmith@gmail.com>2024-10-20 23:05:32 +0100
commite8ca81af2740fa9eb395b3476755bad1f665cde9 (patch)
tree304ef1d3b79d1453d0e75875af7987f13c8b33bd
parentfded34e9f5a8a42cd7d914e3062c5050f46fc16e (diff)
downloadperlweeklychallenge-club-e8ca81af2740fa9eb395b3476755bad1f665cde9.tar.gz
perlweeklychallenge-club-e8ca81af2740fa9eb395b3476755bad1f665cde9.tar.bz2
perlweeklychallenge-club-e8ca81af2740fa9eb395b3476755bad1f665cde9.zip
oops forgot to check the sum
-rw-r--r--challenge-291/asherbhs/raku/ch-2.raku1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-291/asherbhs/raku/ch-2.raku b/challenge-291/asherbhs/raku/ch-2.raku
index 01f3621d5a..981acf8b71 100644
--- a/challenge-291/asherbhs/raku/ch-2.raku
+++ b/challenge-291/asherbhs/raku/ch-2.raku
@@ -24,3 +24,4 @@ for @hands -> @hand {
# doesn't work because the statement modifier doesn't short-circuit :(
}
say @counts; # 0 40 624 3744 5108 10200 54912 123552 1098240 1302540
+say @hands == @counts.sum;