From a6ad022b0700be7fd95a36fbc64b8a1d81ae134f Mon Sep 17 00:00:00 2001 From: hugogogo Date: Tue, 12 Jul 2022 17:55:20 +0200 Subject: [PATCH] mise en page readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7893d1..08c392b 100644 --- a/README.md +++ b/README.md @@ -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