Created a functional basic constructor for Server class

This commit is contained in:
iherman-
2026-05-07 13:01:57 +02:00
parent 3a43f9d2bd
commit 0c29c50e23
3 changed files with 50 additions and 13 deletions

View File

@@ -6,11 +6,12 @@
/* By: iherman- <iherman-@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/06 17:57:53 by iherman- #+# #+# */
/* Updated: 2026/05/06 17:57:58 by iherman- ### ########.fr */
/* Updated: 2026/05/07 12:44:36 by iherman- ### ########.fr */
/* */
/* ************************************************************************** */
#include "Server/Server.hpp"
#include <sstream>
int get_port(const char* arg)
{