mirror of https://github.com/lukechilds/node.git
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
// Copyright 2010 Ryan Dahl <ry@tinyclouds.org>
|
|||
|
|||
#include <node.h> |
|||
|
|||
int main(int argc, char *argv[]) { |
|||
return node::Start(argc, argv); |
|||
} |
Loading…
Reference in new issue