Created a functional basic constructor for Server class
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user