rot13 by 51b

-module(r).
-export([m/0]).
m()->io:format([H+H div$@*(13-H rem$ div$\x0e*26)||H<-io:get_chars('',3000)]).

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page