From dd92de39e300027bbeeecd359191e23d458fda43 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:25:14 +0000 Subject: [PATCH] Update audit.md --- subjects/ascii-art/color/audit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index f41c4915..bfe27502 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,4 +88,5 @@ EX: go run . something --color= #### Bonus -###### [+] Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`) +###### [+] Can you use for the flag "--color=" different notation? +###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`