2013-08-28 26 views

回答

1
result = "" 

(1..400_000_000).each do 
    result << "hello world\n" * 100_000 
end