Skip to content

Instantly share code, notes, and snippets.

@michealbenedict
Created April 11, 2012 21:49
Show Gist options
  • Save michealbenedict/2362979 to your computer and use it in GitHub Desktop.
Save michealbenedict/2362979 to your computer and use it in GitHub Desktop.
#!/bin/node
for (var i = 1; i <= 100 ; i++) {
console.log('gahd jeeez')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment