Up and Down by 51b

import std.stdio;void main(){char[]s=readln.dup;foreach(_;s)foreach(i,c;readln)s[i]+=c%22/9-1;write(s);}

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

download

return to the top page