fork download
  1. # generate dummy url txt
  2. CHARS = ('a'..'z').to_a
  3. I = CHARS.length + 1
  4.  
  5. def rand_str
  6. "#{CHARS[rand(I)]}#{CHARS[rand(I)]}#{CHARS[rand(I)]}#{CHARS[rand(I)]}#{CHARS[rand(I)]}"
  7. end
  8.  
  9. 1.upto(99 ** 99) do |i|
  10. puts "#{rand 2000}\thttp://www.#{rand_str}.co.jp/#{rand_str}\t#{rand 2000}"
  11. end
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty