Difference of by Icewing

i=fromEnum
a#b=['0'..]!!abs(i a-i b)
f[]=[]
f x=x:f(zipWith(#)x$tail x)
main=interact$unlines.f.init

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

download

return to the top page