Funge spiral by Histocrat

puts$_='>'*29<<?v
puts sub'>v',v='vv'
13.times{sub'>v',v;puts sub'>>','^>'}
puts sub'>>v','^@<'
14.times{sub(/[@^]</,l='<<');puts sub'<v',l}

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

download

return to the top page