Y
Hacker News
new
|
ask
|
show
|
jobs
by
lizmat
20 days ago
or
raku -e 'say "etbjxntqrdke".comb.map(*.succ).join'
1 comments
srejk
20 days ago
This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke
link
forinti
20 days ago
That makes for a cool rot13: /a-z/n-za-m/
link
librasteve
20 days ago
raku -pe 'tr/a..z/b..za/' <<< etbjxntqrdke
link