This commit is contained in:
Paul Gauthier 2023-06-30 20:42:54 -07:00
parent 5942057a9c
commit 92e5f43abe
2 changed files with 11 additions and 15 deletions

View file

@ -74,7 +74,7 @@ their coding skills.
Each exercise has:
- Some instructions about the exercise, in a markdown file.
- Some instructions for the exercise, in markdown files.
- Stub code for the implementation in a python file, specifying the functions/classes that need to be implemented.
- Unit tests in a seperate python file.