aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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×𝕩 }