blob: 18008db58124b21cb7fd851b0c56345c43f5a4cd [file] [log] [blame]
var assert = require('assert');
var binding = require('./build/Release/binding');
assert.equal('world', binding.hello());
console.log('binding.hello() =', binding.hello());