Repeated Number by BioFALSE

(21..89).each{|i|i%10!=0&&puts((i%10).to_s*(i/10))}

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

download

return to the top page