Skip to content

Instantly share code, notes, and snippets.

@bradgessler
Created November 7, 2012 23:48
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 bradgessler/4035439 to your computer and use it in GitHub Desktop.
Save bradgessler/4035439 to your computer and use it in GitHub Desktop.
A list of all US and Canadian phone numbers
#!/usr/bin/env ruby
("000-000-0000").upto("999-999-9999").each do |number|
puts number
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment