Skip to content

Instantly share code, notes, and snippets.

@uberbrady
Created October 23, 2017 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uberbrady/80e006334448898ca45fc16a5b97a8ce to your computer and use it in GitHub Desktop.
Save uberbrady/80e006334448898ca45fc16a5b97a8ce to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
a=[]
1_000_000.times do |what|
a+=["froopty@blorp.norb"]
end
p "A length is: #{a.count}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment