diff options
| -rw-r--r-- | challenge-136/conor-hoekstra/ch-01.apl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-136/conor-hoekstra/ch-01.apl b/challenge-136/conor-hoekstra/ch-01.apl new file mode 100644 index 0000000000..3190eecc6c --- /dev/null +++ b/challenge-136/conor-hoekstra/ch-01.apl @@ -0,0 +1,6 @@ +solution ← ((1=+/)2(⊥⍣¯1)⊢)∨ + +⍝ Tests +8 solution 24 ⍝ 1 +26 solution 39 ⍝ 0 +4 solution 10 ⍝ 1 |
