Digital root Fixed by Hendrik

m@main=do n<-readLn;putStrLn$"digital_root("++show n++")="++show(1+mod(n-1)9);m

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

download

return to the top page