Hacker News new | ask | show | jobs
by lizmat 20 days ago
or

raku -e 'say "etbjxntqrdke".comb.map(*.succ).join'

1 comments

This is just a ROT1, so perl -pe'y/a-z/b-za/'<<<etbjxntqrdke
That makes for a cool rot13: /a-z/n-za-m/
raku -pe 'tr/a..z/b..za/' <<< etbjxntqrdke