Funge spiral by hallvabo (alt)

i=-29
exec"print('^'*29+'>'*-i+'>@'[i==1][:-29<i<2]+'<'*i+'v'*(15-abs(i/-2)))[-30:];i+=2;"*30

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

download

return to the top page