From 126a0fc06fe010d43f417fb6e43b11e0c54b1427 Mon Sep 17 00:00:00 2001 From: nik-don <93073558+nik-don@users.noreply.github.com> Date: Tue, 16 Nov 2021 22:16:57 +0000 Subject: [PATCH] Change confusing question. same as the ascii base audit --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 9777034f3..bd973c165 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -72,7 +72,7 @@ EX: go run . something --color= ###### +Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Does any letter seem 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?