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