swab by Hex

using c=System.Console;class P{static void Main(){string k=c.In.ReadToEnd();for(int i=0;i<k.Length;i+=2)c.Write("{0}{1}",k[i+1],k[i]);}}

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

download

return to the top page