Skip to content

Commit

Permalink
Forgot to include node_main.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 19, 2010
1 parent 8e246ac commit 27af64e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/node_main.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright 2010 Ryan Dahl <[email protected]>

#include <node.h>

int main(int argc, char *argv[]) {
return node::Start(argc, argv);
}

0 comments on commit 27af64e

Please sign in to comment.