The project instructions warn that our code will be compiled this way:
$ gcc -Wall -Werror -Wextra -pedantic *.c
and that:
As a consequence, be careful not to push any c file containing a main function in the root directory of your project (you could have a test folder containing all your tests files including main functions)
I'm gonna self-assign this for today and tomorrow.
The project instructions warn that our code will be compiled this way:
$ gcc -Wall -Werror -Wextra -pedantic *.cand that:
I'm gonna self-assign this for today and tomorrow.