Z by mokos

(1..n=gets.to_i).map{|i|puts i%n>1?' '*(n-i)+'Z':'Z'*n}

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

download

return to the top page