Browse Source

docs(ascii-art-justify): add escape char for question mark

pull/1474/head^2
nprimo 2 years ago committed by Dav Hojt
parent
commit
6a74ef19df
  1. 4
      subjects/ascii-art/justify/audit.md

4
subjects/ascii-art/justify/audit.md

@ -40,11 +40,11 @@ Example : go run . something standard --align=right
###### Does it display the correct result at the center?
##### Try passing as arguments `"23Hello World!" standard --align=left`
##### Try passing as arguments `"23Hello World\!" standard --align=left`
###### Does it display the correct result at the left side?
##### Try passing as arguments `"HELLO there HOW are YOU?!" thinkertoy --align=justify`
##### Try passing as arguments `"HELLO there HOW are YOU?\!" thinkertoy --align=justify`
###### Does it display the correct result justified?

Loading…
Cancel
Save