Sierpinski Fractal by ↑hinoeさんのコードを弄ってみた(by Ozy)

main(n,m,i){for(n<<=7&m/8,i=m=n-1;~m;)putchar(i/n/2?i=--m,10:i++/2&m^m?32:"\\/__"[i&3>>m%2]);}

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

download

return to the top page