Digital root Fixed by nn(tails)

h
:
s/[^1]/&1/g
y/234567890/123456788/
t
x
G
s/.*/digital_root(&98765432/
s/\n\(.\{9\}\)*\(.\).*/)=\2/

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

download

return to the top page