aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Hoekstra <codereport@outlook.com>2025-08-18 16:00:14 -0400
committerConor Hoekstra <codereport@outlook.com>2025-08-18 16:00:14 -0400
commit2cc456203426fa58fd6cec9bb1ce80bc3f400962 (patch)
treee486f0829c4df8fb4fc2bd7babeded02091e793a
parentebb98aebf1557334b39e7d9066ae11a994df170b (diff)
downloadperlweeklychallenge-club-2cc456203426fa58fd6cec9bb1ce80bc3f400962.tar.gz
perlweeklychallenge-club-2cc456203426fa58fd6cec9bb1ce80bc3f400962.tar.bz2
perlweeklychallenge-club-2cc456203426fa58fd6cec9bb1ce80bc3f400962.zip
:recycle: small fix
-rw-r--r--challenge-335/conor-hoekstra/ch-1.bqn2
-rw-r--r--challenge-335/conor-hoekstra/ch-2.bqn2
2 files changed, 1 insertions, 3 deletions
diff --git a/challenge-335/conor-hoekstra/ch-1.bqn b/challenge-335/conor-hoekstra/ch-1.bqn
index 46f9e52bfd..947c76fcb5 100644
--- a/challenge-335/conor-hoekstra/ch-1.bqn
+++ b/challenge-335/conor-hoekstra/ch-1.bqn
@@ -1,7 +1,7 @@
# For up to date code:
# https://github.com/codereport/bqn-code/blob/main/pwc/335-1.bqn
-u ⇐ •Import "/home/cph/bqn-test/test.bqn"
+u ⇐ •Import "/home/cph/bqn-test/test.bqn"
a ← 'a'+↕25
CommonCharacters ← a/˜·⌊´(+´˘a⊸(=⌜))¨
diff --git a/challenge-335/conor-hoekstra/ch-2.bqn b/challenge-335/conor-hoekstra/ch-2.bqn
index d4ce6a0293..c7d7504f5f 100644
--- a/challenge-335/conor-hoekstra/ch-2.bqn
+++ b/challenge-335/conor-hoekstra/ch-2.bqn
@@ -3,8 +3,6 @@
u ⇐ •Import "/home/cph/bqn-test/test.bqn"
-
-# New Code
wins ← 8‿3⥊0‿4‿8‿0‿1‿2‿3‿4‿5‿6‿7‿8‿0‿3‿6‿1‿4‿7‿2‿5‿8‿2‿4‿6
Play ← { 𝕨⌾(𝕩⊸⊑)9⥊0 }
Pos ← { +´3‿1×𝕩 }