Fibonacci Block Spiral by twobit

f(x,y,a,b,n){y<a|x>54?putchar(x>54?10:n):f(b-y-1,x,b-a,a,n-1);}x;main(){while(x<4984)f(x++%56,x/56,55,89,57);}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page