aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark <53903062+andemark@users.noreply.github.com>2023-05-22 21:24:02 +0000
committerMark <53903062+andemark@users.noreply.github.com>2023-05-22 21:24:02 +0000
commit4320a79dd8e1f84420e56f7bde7e34722598ccb0 (patch)
treeed2ce2cd3d00ab7482101382443f3e3bcd645260
parentc82b7c51dfb95d8f21ffd77e78e04d53e486a675 (diff)
downloadperlweeklychallenge-club-4320a79dd8e1f84420e56f7bde7e34722598ccb0.tar.gz
perlweeklychallenge-club-4320a79dd8e1f84420e56f7bde7e34722598ccb0.tar.bz2
perlweeklychallenge-club-4320a79dd8e1f84420e56f7bde7e34722598ccb0.zip
Challenge 218 Solutions (Raku)
-rw-r--r--challenge-218/mark-anderson/raku/ch-2.raku6
1 files changed, 2 insertions, 4 deletions
diff --git a/challenge-218/mark-anderson/raku/ch-2.raku b/challenge-218/mark-anderson/raku/ch-2.raku
index 0024345c85..3ddbaeed95 100644
--- a/challenge-218/mark-anderson/raku/ch-2.raku
+++ b/challenge-218/mark-anderson/raku/ch-2.raku
@@ -25,8 +25,7 @@ is matrix-score([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],
[0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0],
[0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0],
[0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0],
- [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]),
- 2246857;
+ [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]), 2246857;
is matrix-score([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
@@ -46,8 +45,7 @@ is matrix-score([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1],
[1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
- [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),
- 2246857;
+ [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]), 2246857;
is matrix-score([1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],