Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 197 Bytes

File metadata and controls

8 lines (6 loc) · 197 Bytes

Example 1: Hello world

To get started let's make a small addon which is the C++ equivalent of the following JavaScript code:

module.exports.hello = function() { return 'world'; };