5 lines
85 B
C++
5 lines
85 B
C++
#include "server.h"
|
|
|
|
int main(int argc, char ** argv) {
|
|
run_server(argc, argv);
|
|
} |