We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e246ac commit 27af64eCopy full SHA for 27af64e
src/node_main.cc
@@ -0,0 +1,7 @@
1
+// Copyright 2010 Ryan Dahl <ry@tinyclouds.org>
2
+
3
+#include <node.h>
4
5
+int main(int argc, char *argv[]) {
6
+ return node::Start(argc, argv);
7
+}
0 commit comments