diff --git a/subjects/tetris-optimizer/tetris-optimizer.audit.en.md b/subjects/tetris-optimizer/tetris-optimizer.audit.en.md index 404ec8816..1bec4dabd 100644 --- a/subjects/tetris-optimizer/tetris-optimizer.audit.en.md +++ b/subjects/tetris-optimizer/tetris-optimizer.audit.en.md @@ -2,59 +2,59 @@ ###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/) -##### Try bad example 00 (https://public.01-edu.org/subjects/tetris-optimizer/badexample00). +##### Try [bad example 00](https://public.01-edu.org/subjects/tetris-optimizer/badexample00). `ERROR` ###### Does the program prints the value above? -##### Try bad example 01 (https://public.01-edu.org/subjects/tetris-optimizer/badexample01). +##### Try [bad example 01](https://public.01-edu.org/subjects/tetris-optimizer/badexample01). `ERROR` ###### Does the program prints the value above? -##### Try bad example 02 (https://public.01-edu.org/subjects/tetris-optimizer/badexample02). +##### Try [bad example 02](https://public.01-edu.org/subjects/tetris-optimizer/badexample02). `ERROR` ###### Does the program prints the value above? -##### Try bad example 03 (https://public.01-edu.org/subjects/tetris-optimizer/badexample03). +##### Try [bad example 03](https://public.01-edu.org/subjects/tetris-optimizer/badexample03). `ERROR` ###### Does the program prints the value above? -##### Try bad example 04 (https://public.01-edu.org/subjects/tetris-optimizer/badexample04). +##### Try [bad example 04](https://public.01-edu.org/subjects/tetris-optimizer/badexample04). `ERROR` ###### Does the program prints the value above? -##### Try bad format (https://public.01-edu.org/subjects/tetris-optimizer/badformat). +##### Try [bad format](https://public.01-edu.org/subjects/tetris-optimizer/badformat). `ERROR` ###### Does the program prints the value above? -##### Try good example 00 (https://public.01-edu.org/subjects/tetris-optimizer/goodexample00). +##### Try [good example 00](https://public.01-edu.org/subjects/tetris-optimizer/goodexample00). ###### Does the result contain 0 empty spaces (0 '.')? -##### Try good example 01 (https://public.01-edu.org/subjects/tetris-optimizer/goodexample01). +##### Try [good example 01](https://public.01-edu.org/subjects/tetris-optimizer/goodexample01). ###### Does the result contain 9 empty spaces (9 '.')? -##### Try good example 02 (https://public.01-edu.org/subjects/tetris-optimizer/goodexample02). +##### Try [good example 02](https://public.01-edu.org/subjects/tetris-optimizer/goodexample02). ###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)? -##### Try good example 03 (https://public.01-edu.org/subjects/tetris-optimizer/goodexample03). +##### Try [good example 03](https://public.01-edu.org/subjects/tetris-optimizer/goodexample03). ###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)? -##### Try hard example (https://public.01-edu.org/subjects/tetris-optimizer/hardexam). +##### Try [hard example](https://public.01-edu.org/subjects/tetris-optimizer/hardexam). ###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?