6 lines
141 B
Text
6 lines
141 B
Text
!YS-v0
|
|
|
|
defn main(input='Hello, World!'):
|
|
s =: set(\\A .. \\Z) + (\\a .. \\z)
|
|
say: cycle(s).drop(13 * 2)
|
|
.zipmap(s).escape(input)
|