Report abuse


			
t = Time.now
(1..10000).each do |n|
  puts "#{n} "
end
puts "diff is #{}" + (Time.now - t).to_s