From a835cd7649681d7ee2a84d82c3d46254af1d1721 Mon Sep 17 00:00:00 2001 From: nprimo Date: Mon, 11 Sep 2023 12:24:56 +0100 Subject: [PATCH] fix(jart): fix format of jart audit file --- subjects/java/raids/Jart/audit/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/java/raids/Jart/audit/README.md b/subjects/java/raids/Jart/audit/README.md index f6d92fa00..0be34ea6c 100644 --- a/subjects/java/raids/Jart/audit/README.md +++ b/subjects/java/raids/Jart/audit/README.md @@ -6,11 +6,11 @@ ###### Does the program produce a png file called image.png? -##### Can you confirm that the interfaces Displayable and Drawable were created? +###### Can you confirm that the interfaces Displayable and Drawable were created? -##### Can you confirm that the 'Displayable' interface is implemented in the 'Image' class? +###### Can you confirm that the 'Displayable' interface is implemented in the 'Image' class? -##### Can you confirm that the 'Drawable' interface is implemented in the lines, circles, rectangles, and triangles classes? +###### Can you confirm that the 'Drawable' interface is implemented in the lines, circles, rectangles, and triangles classes? ##### Try to open the image.png