This commit is contained in:
Arthur-Coppey
2022-11-21 11:25:20 +01:00
committed by K0RB4K
parent 252493b4ea
commit e23582ac62
3 changed files with 40 additions and 61 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
#include "server.h"
#include <pthread.h>
#include <stdio.h>
int main(int argc, char *argv[]) {
// TODO: shell args
server(1, 0);
server();
return 0;
}