121321 by kaki

main=interact(>>=f)
f '0'=""
f x=x:[i|'/'<x,x<':',i<-f$pred x]

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

download

return to the top page