Sierpinski Fractal by ozy4dm

main(i,k,m,n){for(m=n=2<<k%3*-2;m--;puts(""))for(i=m;i<n*2;)putchar(m&i++/2^m?32:~m%2&i&2?95:i%2?47:92);}

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

download

return to the top page