FF PP ZZ by niha

puts (a=1...n=gets.to_i).map{|y|a.map{|x|"%3s"%(x*y).to_s(n).upcase}*""}

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

download

return to the top page