1 2 3 4 5 6 7
// Copyright 2010 Ryan Dahl <ry@tinyclouds.org> #include <node.h> int main(int argc, char *argv[]) { return node::Start(argc, argv); }