main=mapM putStrLn[x|n<-[0..8],x<-mapM(\_->"10")[1..8],n==sum[1|'1'<-x]]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page