checkers pattern by kaki

y,x=gets.split.map &:to_i;y.times{|i|puts (1..x).map{|j|i+j&1}.join' '}

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

download

return to the top page