char pyramid by msk

1.upto(l=gets.size){|i|puts (scan(/./)[-i..-1]*' ').center l*2-1}

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

download

return to the top page