Tower of Hanoi by murky-satyr

(set! *"
")(print((rec(h n f t v)(when(>(dec! n)-1)(h n f v t)(write f)(set! * #`",*,t")(h n v t f))*)(read)'A'C'B))

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

download

return to the top page