Skip to content

Instantly share code, notes, and snippets.

@marcab
Created March 25, 2011 22:58
Show Gist options
  • Save marcab/887807 to your computer and use it in GitHub Desktop.
Save marcab/887807 to your computer and use it in GitHub Desktop.
Paul's test in Node
#!/usr/bin/env node
var i=0;
while (i<1000000) {
1+1;
i++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment