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.hpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2023
3** my_zappy [fed34_prox_vm]
4** File description:
5** src.hpp
6*/
7
8#pragma once
9
17int sub_main(int argc, char **argv);
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