mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
8 lines
139 B
C++
8 lines
139 B
C++
// Copyright 2010 Ryan Dahl <ry@tinyclouds.org>
|
|
|
|
#include <node.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return node::Start(argc, argv);
|
|
}
|