a="" puts$<.map{|b|b=b.strip;a=((b*9).chars.zip((a*9).chars)*"")[0,[b.size*2-1,a.size*2].max]}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page