Six or more by Lost_dog

main=mapM print[n|n<-[10..10^4],x:y<-[map fromEnum$show n],all((>5).abs)$zipWith(-)y$x:y]

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

download

return to the top page