Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Caesar-cipher/BQN/caesar-cipher-1.bqn
Normal file
2
Task/Caesar-cipher/BQN/caesar-cipher-1.bqn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
o ← @‿'A'‿@‿'a'‿@ ⋄ m ← 5⥊↕2 ⋄ p ← m⊏∞‿26
|
||||
Rot ← {i←⊑"A[a{"⍋𝕩 ⋄ i⊑o+p|(𝕨×m)+𝕩-o}⎉0
|
||||
1
Task/Caesar-cipher/BQN/caesar-cipher-2.bqn
Normal file
1
Task/Caesar-cipher/BQN/caesar-cipher-2.bqn
Normal file
|
|
@ -0,0 +1 @@
|
|||
3 Rot "We're no strangers to love // You know the rules and so do I"
|
||||
Loading…
Add table
Add a link
Reference in a new issue