Skip to content

Instantly share code, notes, and snippets.

@coffeeaddict
Forked from JiriChara/gist:3697487
Created September 11, 2012 17:02
Show Gist options
  • Save coffeeaddict/3699848 to your computer and use it in GitHub Desktop.
Save coffeeaddict/3699848 to your computer and use it in GitHub Desktop.
ALL CREDIT CARD PIN CODES IN THE WORLD / in 1 line :-p
(0..9999).map{|x|"%.4i"%x}.each_slice(10){|x|puts x.join("\t")}
@JiriChara
Copy link

you won 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment