🏗️」 wip: started server class

This commit is contained in:
2025-04-11 19:23:44 +02:00
parent 1c79dbcb13
commit 20a0bf80de
4 changed files with 137 additions and 8 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/03 15:45:07 by mmoussou #+# #+# */
/* Updated: 2025/04/11 15:58:17 by adjoly ### ########.fr */
/* Updated: 2025/04/11 17:51:33 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -36,5 +36,6 @@ int main(int ac, char **av) {
std::cout << e.what() << std::endl;
return 1;
}
delete conf;
}