Funge spiral by hallvabo

_,p='@<'
for c in'v>^<'*14+'v>':_=[~-len(_)*c+p]+zip(*_[::-1]);p=c
for _ in _:print''.join(_)

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

download

return to the top page