binary42

Signature

ruby -e'32.times{|y|print" "*(31-y);(y+1).times{|x|print" #{~y&x==0?"A":"."}"};puts}'
Back
Top