Skip to content

Instantly share code, notes, and snippets.

@sagivo
Last active September 30, 2015 16:54
Show Gist options
  • Save sagivo/9d27179e3cf6079467cf to your computer and use it in GitHub Desktop.
Save sagivo/9d27179e3cf6079467cf to your computer and use it in GitHub Desktop.
var addon = require('./build/Release/addon');
console.log(addon.hello('Sam')); // will print "Hello Sam"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment