Funge spiral by mitchs

i=1;exec"j=2*i-31;print('^'*min(i,33-i)+'>'*-~-j+1/j*'@'+'<'*j+'v'*i)[2:32];i+=1;"*30

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

download

return to the top page