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
src
gui_client
src
main.cpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2023
3
** my_zappy
4
** File description:
5
** main.cpp
6
*/
7
8
#include "
src.hpp
"
9
17
int
main
(
int
argc,
char
**argv)
18
{
19
return
sub_main
(argc, argv);
20
}
main
Definition
main.py:1
src.hpp
sub_main
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