This commit is contained in:
2024-01-30 18:47:43 +01:00
parent b90087188f
commit e67a6141d2
6 changed files with 48 additions and 28 deletions

View File

@@ -6,15 +6,15 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/29 20:36:23 by vvaas #+# #+# */
/* Updated: 2024/01/30 02:40:04 by vvaas ### ########.fr */
/* Updated: 2024/01/30 17:58:07 by vvaas ### ########.fr */
/* */
/******************************************************************************/
#include <bot.hpp>
#include <Bot.hpp>
int main()
{
bot greg;
Bot greg;
greg.init();
greg.connect_to_server();