// // Created by Ajurna on 27/07/2025. // #ifndef MAIN_H #define MAIN_H #endif //MAIN_H #include #pragma once struct EchoArgs { int connection; SOCKET client; }; void *echo(void *args);