Created
September 12, 2012 09:14
-
-
Save JiriChara/3705457 to your computer and use it in GitHub Desktop.
ALL CREDIT CARD PIN CODES IN THE WORLD (node.js)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function p(a){return (5+a+"").slice(-5)};for(i=0;i<=9999;i++){i%9?process.stdout.write(p(i+"\t")):process.stdout.write(p(i+"\n"))} | |
function z(g){process.stdout.write(g)}function p(a){return (5+a+"").slice(-5)};for(i=0;i<=9999;i++){i%9?z(p(i+"\t")):z(p(i+"\n"))} |
Author
JiriChara
commented
Sep 12, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment