1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/src/main/srs_main_server.cpp
2013-10-17 20:58:04 +08:00

5 lines
83 B
C++
Executable file

#include <unistd.h>
int main(int /*argc*/, char** /*argv*/){
return 0;
}