Difference of by monqy

import Data.Char
main=interact$unlines.(map.map)intToDigit.takeWhile(/=[]).iterate(map abs. \s->zipWith(-)s$tail s).map digitToInt.filter isDigit

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

download

return to the top page