eight hundred by AndoDaan

l=io.read"*l"c=0 while""do t=io.read(1)if t=="#"then c=c+1 io.write(l:sub(c,c))else io.write(t)end end

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

download

return to the top page