Counting Adventure 10 by pooq

a=scan("stdin")
for(i in 0:(2^a-1)){for(j in(a-1):0)cat("if"(i%/%2^j%%2<1,".","#"));cat("
")}

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

download

return to the top page