trivial encoder by 51b

import std.stdio;void main(){char c,s=*readln%2;for(;~scanf(s?&*"%c":&*"%2x",&c);)writef(s?"%X":"%s",c);c%2||write("A");}

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

download

return to the top page