3 # $Id: ary-ruby.code,v 1.4 2004/11/13 07:41:27 bfulgham Exp $
4 # http://www.bagley.org/~doug/shootout/
5 # with help from Paul Brannan and Mark Hubbart
7 n = 9000 # Integer(ARGV.shift || 1)
16 (0 .. 999).each do |e|
17 (n-1).step(0,-1) do |bi|
21 # puts "#{y.first} #{y.last}"