Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -1,7 +1,6 @@
|
|||
!yamlscript/v0
|
||||
|
||||
s =: set(nil).into('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ')
|
||||
m =: drop(26 s).concat(take(26 s)).zipmap(s _)
|
||||
|
||||
defn main(s):
|
||||
say: map(\(m %1 %1) s).apply(str _)
|
||||
defn main(input='Hello, World!'):
|
||||
s =: set(\\A .. \\Z) + (\\a .. \\z)
|
||||
say: cycle(s).drop(13 * 2)
|
||||
.zipmap(s).escape(input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue