Funge spiral by mitchs

30.times{|i|j=2*i-29;puts ('^'*(j<2?i:31-i)+(j>0?j<2?'@<':'<'*j :'>'*-~-j)+'v'*15)[1,30]}

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

download

return to the top page