MatriXOR by Hendrik

using C=System.Console;class X{static void Main(){var x=C.In.ReadToEnd().Split(new[]{@"

"},0);int i=0;foreach(var c in x[0])C.Write(c!=x[1][i++]?'O':c<32?c:' ');}}

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

download

return to the top page