MatriXOR by Exelian

import os
t=' O'
s=t.find
print"".join(['\n'if s(x)<0 else t[s(x)^s(y)]for x,y in zip(*os.read(0,999).split("\n\n"))])

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

download

return to the top page