X by murky-satyr

(n=gets.to_i).times{|i|s=' '*n
s[i]=s[n+~i]=?X
puts s.rstrip}

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

download

return to the top page