Kimariji by xsot

a=list(open('/dev/fd/0'))
for b in a:
 i=0
 for c in a*9:d=b[:i];i+=d==c[:i]*(b!=c)
 print d

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

download

return to the top page