Space Index by Matz

$<.each{|x|a,b=x.split(/ /);a.split(",").reverse.each{|x|b[x.to_i,0]=" "};puts b}

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

download

return to the top page