SUUUUUUUUUUUUTUTUTUTUTTUUUUUUUUUUUUU

This commit is contained in:
Kbz-8
2024-01-21 12:04:54 +01:00
parent 46e1296440
commit 6377c9e096
9 changed files with 15 additions and 11 deletions

23
srcs/client.cpp Normal file
View File

@@ -0,0 +1,23 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* client.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 10:35:52 by maldavid #+# #+# */
/* Updated: 2024/01/21 10:36:20 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
#include <client.hpp>
namespace irc
{
Client::Client()
{
}
Client::~Client() {}
}