Skip to content

Instantly share code, notes, and snippets.

@c4milo
Created September 22, 2010 01:13
Show Gist options
  • Save c4milo/590927 to your computer and use it in GitHub Desktop.
Save c4milo/590927 to your computer and use it in GitHub Desktop.
module.exports = 'hola'
var mymodule = require('./mymodule');
console.log(mymodule);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment