From 4ca7e341eeb5e50875e8b7109f96282d227a2b23 Mon Sep 17 00:00:00 2001 From: nik-don <93073558+nik-don@users.noreply.github.com> Date: Tue, 16 Nov 2021 22:18:46 +0000 Subject: [PATCH] Change confusing question --- subjects/ascii-art/justify/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 05d99e2d..36011635 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -82,7 +82,7 @@ EX: go run . something standard --align=right ###### +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?