const addon = require('./addon.node'); console.log(addon.hello()); // Should print: Hello from native addon!