#include "server.h" #include #include int main(int argc, char *argv[]) { // TODO: shell args server(1, 0); return 0; }