// // Created by k0rb4k on 22/04/2021. // #include "client.h" int main(int argc, char *argv[]) { // TODO: arg options for tcp or udp tcp(); return 0; }