apple lines by ema

0.upto(gets.to_i){|i|puts((('apple'+'*'*25)*3)[60-i,30])}

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

download

return to the top page