Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created August 19, 2012 15:24
Show Gist options
  • Save bjartwolf/3395462 to your computer and use it in GitHub Desktop.
Save bjartwolf/3395462 to your computer and use it in GitHub Desktop.
buster 101 src
exports.double = function (tall) {
return tall * doubler;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment