Corewar documentation 1.0.0
Loading...
Searching...
No Matches
main.c File Reference

The main file of the project. More...

Functions

int main (int argc, char **argv)
 The main function of the project.
 

Detailed Description

The main file of the project.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

The main function of the project.

Parameters
argcThe number of arguments
argvThe arguments
Returns
int 0 if the program ended successfully, 84 otherwise