Counting Adventure 10 by murky-satyr

(def n(read))(dotimes[i(Math/pow 2 n)](dotimes[j n](print(if(bit-test i(- n j 1))\#\.)))(prn))

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

download

return to the top page