Z by tabasa

t=gets.to_i\x0d
puts a=(z="Z")*t\x0d
((t-2).times{|i|puts " "*(t-i-2)+z};puts a)if t>1

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

download

return to the top page