2011-12-21 14:03:32 +08:00
|
|
|
var assert = require('assert');
|
2012-03-14 10:21:14 +08:00
|
|
|
var binding = require('./build/Release/binding');
|
2011-12-21 14:03:32 +08:00
|
|
|
assert.equal('world', binding.hello());
|
|
|
|
console.log('binding.hello() =', binding.hello());
|