mise en page readme

This commit is contained in:
hugogogo
2022-07-12 17:55:20 +02:00
parent 79faba2c17
commit a6ad022b07

View File

@@ -4,7 +4,7 @@
### General rules
- [] Your program should not crash in any circumstances (even when it runs out of memory), and should not quit unexpectedly. If it happens, your project will be considered non-functional and your grade will be 0.
- [ ] Your program should not crash in any circumstances (even when it runs out of memory), and should not quit unexpectedly. If it happens, your project will be considered non-functional and your grade will be 0.
- [] You have to turn in a Makefile which will compile your source files. It must not relink.
- [] Your Makefile must at least contain the rules: $(NAME), all, clean, fclean and re.
- [] Compile your code with c++ and the flags -Wall -Wextra -Werror