#include #include "server.h" int main() { EpollServer::GetInstance().Loop(); return 0; }