From: Florian Gross Date: 2004-12-09T06:07:28+09:00 Subject: Re: Ruby 2.0 Florian Gross wrote: > Small one: (two more chars) > >> a=[];10.times{|n|a<<1;puts" "*(9-n)*3+"%6d"*-~n%a;n.times{|i|a[n]+=a[n-=1]}} Another obvious one: > a=[];10.times{|n|a<<1;puts" "*(9-n)*3+"%6d"*-~n%a;n.times{a[n]+=a[n-=1]}} We're down to 73 now.