Up and Down by 51b

-module(u).
-export([m/0]).
m()->io:format(f(io:get_line(''))).
f(S)->case io:get_line('')of eof->S;T->f([A+B rem 22 div 9-1||{A,B}<-lists:zip(S,T)])end.

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

download

return to the top page