Half Sierpinski by nn

main(n){for(~n&&main(n^2*n);putchar(n?" #"[n&1]:10),n;)n/=2u;}

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

download

return to the top page