diff options
| -rw-r--r-- | challenge-218/ap29600/README | 1 | ||||
| -rwxr-xr-x | challenge-218/ap29600/bqn/ch-2.bqn | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/challenge-218/ap29600/README b/challenge-218/ap29600/README new file mode 100644 index 0000000000..003f354c89 --- /dev/null +++ b/challenge-218/ap29600/README @@ -0,0 +1 @@ +Solutions by Andrea Piseri diff --git a/challenge-218/ap29600/bqn/ch-2.bqn b/challenge-218/ap29600/bqn/ch-2.bqn new file mode 100755 index 0000000000..1f05c550d6 --- /dev/null +++ b/challenge-218/ap29600/bqn/ch-2.bqn @@ -0,0 +1,5 @@ +#!/usr/bin/env bqn + +Score ← {+´×⟜(⌽2⋆↕∘≠)⌈○(+˝)⟜¬⊏˘⊸=𝕩} + +Score [[0,0,1,1],[1,0,1,0],[1,1,0,0]] |
