mise en page readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user