Browse Source

fix reverse examples

content-update
MSilva95 3 years ago
parent
commit
4971a94ee9
  1. 2
      subjects/ascii-art/reverse/audit.md
  2. 16
      subjects/ascii-art/reverse/example.md

2
subjects/ascii-art/reverse/audit.md

@ -32,7 +32,7 @@ EX: go run . --reverse=<fileName>
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](example.md).
`(somthing&234)`
`something&234`
###### Does it display the value above?

16
subjects/ascii-art/reverse/example.md

@ -76,14 +76,14 @@ $
### example05
```console
__ _ _ _ _ _ _ _ __ _ __ __ _ __ $
\ \ | | ( | ) _| || |_ | | (_) / / ___ ( ) / / \ \ /\| |/\ _ / / $
\ \ | | V V |_ __ _| / __) / / ( _ ) |/ | | | | \ ` ' / _| |_ ______ / / $
\ \ | | _| || |_ \__ \ / / / _ \/\ | | | | |_ _| |_ _| |______| / / $
\ \ |_| |_ __ _| ( / / / _ | (_> < | | | | / , . \ |_| _ _ / / $
\_\ (_) |_||_| |_| /_/ (_) \___/\/ | | | | \/|_|\/ ( ) (_) /_/ $
\_\ /_/ |/ $
$
__ _ _ _ _ _ _ _ __ _ __ __ _ __ $
\ \ | | ( | ) _| || |_ | | (_) / / ___ ( ) / / \ \ /\| |/\ _ / / $
\ \ | | V V |_ __ _| / __) / / ( _ ) |/ | | | | \ ` ' / _| |_ ______ / / $
\ \ | | _| || |_ \__ \ / / / _ \/\ | | | | |_ _| |_ _| |______| / / $
\ \ |_| |_ __ _| ( / / / _ | (_> < | | | | / , . \ |_| _ _ / / $
\_\ (_) |_||_| |_| /_/ (_) \___/\/ | | | | \/|_|\/ ( ) (_) /_/ $
\_\ /_/ |/ $
$
$
```

Loading…
Cancel
Save