Files

3 lines
108 B
JavaScript
Raw Permalink Normal View History

2025-12-25 11:03:04 +01:00
const binding = require("./build/Release/binding");
console.log(binding.hello()); // Will log "hello world"