@@ -0,0 +1,14 @@
#include "Server.hpp"
int main(int ac, char **av)
{
Server server;
try {
server.parseArgs(ac, av);
} catch (std::exception& e) {
std::cerr << e.what() << std::endl;
return 1;
}
return 0;
The note is not visible to the blocked user.