Expression for appreciation by notogawa

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

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

download

return to the top page