report #10

Merged
cromer merged 5 commits from report into master 2021-06-27 15:30:13 -04:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e951ccb7ee - Show all commits

View File

@ -19,6 +19,7 @@
/**
* The main entry point to the program.
* @param argc The number of arguments passed.
* @param argv An array with the arguments passed.
* @return Returns 0 on success or an error code on failure.
*/
int main(int argc, char **argv) {