FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
#include #include using namespace node; using namespace v8; static Handle foo(const Arguments& args) { return String::New("Hello World"); } extern "C" void init(Handle target) { NODE_SET_METHOD(target, "foo", foo); }
Back
|
FazBrowse Home
|
New Git URL