sigint catched
This commit is contained in:
parent
11bbeebb30
commit
2023ffa75e
2 changed files with 19 additions and 5 deletions
|
|
@ -3,15 +3,19 @@
|
|||
/* ::: :::::::: */
|
||||
/* main.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ */
|
||||
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/05/13 11:03:13 by rparodi #+# #+# */
|
||||
/* Updated: 2025/05/19 15:02:41 by omoudni ### ########.fr */
|
||||
/* Updated: 2025/06/23 14:38:53 by sben-tay ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "core.hpp"
|
||||
#include <iostream>
|
||||
#include "server.hpp"
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
Parser parser(argc, argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue