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