Expression for appreciation by tttaki

import Text.Printf
main=2#1
n#a=printf"%9d * 9 +%3d = %d\n"a n(a*9+n)>>[1..10]!!n#(a*10+n)

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

download

return to the top page