- Add notification for error in create account
Serv :
    - create program for send a mail
'
This commit is contained in:
Kum1ta
2024-09-09 17:33:45 +02:00
parent 50e5d7b964
commit 0deb14c1ce
3 changed files with 125 additions and 8 deletions

View File

@ -6,12 +6,12 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/28 12:05:53 by edbernar #+# #+# */
/* Updated: 2024/09/06 12:02:53 by edbernar ### ########.fr */
/* Updated: 2024/09/09 13:07:00 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import { MultiGame } from "./class/MultiGame";
import { SoloGame } from "./class/SoloGame";
// MultiGame.create();
SoloGame.create();
MultiGame.create();
// SoloGame.create();