Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2023
3** my_zappy
4** File description:
5** server.h
6*/
7
8#ifndef MAIN_H
9 #define MAIN_H
10
19int sub_main(int argc, char **argv);
20
21#endif
int sub_main(int argc, char **argv)
This is the main function of the program (this is the function called by the main used for compiling)
Definition sub_main.cpp:12