From 7480fd7fe8385896825b275e0d23cda5e55da789 Mon Sep 17 00:00:00 2001 From: nik-don <93073558+nik-don@users.noreply.github.com> Date: Tue, 16 Nov 2021 22:19:17 +0000 Subject: [PATCH] Change question --- subjects/ascii-art/output/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 32c58b91..ec168bd0 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -180,7 +180,7 @@ $ ###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Does any letter seems to be out of line? +###### +Is the output of the program well structured? The characters are correctly in line? ###### +Is there a test file for this code?