Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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