Merge branch 'master' of github.com:Namonay/42_irc

This commit is contained in:
2024-01-30 18:48:50 +01:00
4 changed files with 133 additions and 131 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/29 20:36:23 by vvaas #+# #+# */
/* Updated: 2024/01/30 17:58:07 by vvaas ### ########.fr */
/* Updated: 2024/01/30 18:48:49 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -18,4 +18,5 @@ int main()
greg.init();
greg.connect_to_server();
}
return 0;
}