Browse Source

docs: Update audit file to include example with contiguous new line characters

1273-printevenarguments
estlop 2 years ago committed by eslopfer
parent
commit
7c304d8b30
  1. 21
      subjects/ascii-art/audit/README.md

21
subjects/ascii-art/audit/README.md

@ -84,7 +84,28 @@
```
###### Does it display the right graphical representation in ASCII as above?
##### Try passing `"Hello\n\nThere"` as an argument.
```
_ _ _ _ $
| | | | | | | | $
| |__| | ___ | | | | ___ $
| __ | / _ \ | | | | / _ \ $
| | | | | __/ | | | | | (_) | $
|_| |_| \___| |_| |_| \___/ $
$
$
$
_______ _ $
|__ __| | | $
| | | |__ ___ _ __ ___ $
| | | _ \ / _ \ | '__| / _ \ $
| | | | | | | __/ | | | __/ $
|_| |_| |_| \___| |_| \___| $
$
$
```
###### Does it display the right graphical representation in ASCII as above?
##### Try passing `"{Hello & There #}"` as an argument.
```

Loading…
Cancel
Save