Browse Source

Merge pull request #875 from 01-edu/ascii-fix

changing the flag example
content-update
MSilva95 3 years ago committed by GitHub
parent
commit
29821f838a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/ascii-art/fs/audit.md
  2. 2
      subjects/ascii-art/reverse/README.md
  3. 2
      subjects/ascii-art/reverse/audit.md

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

@ -120,7 +120,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_|
##### Try passing as arguments `"\"#$%&/()*+,-./" thinkertoy | cat -e`
```
| | $
o o | | $
| | | | -O-O- O o / \ o | o o $
-O-O- o | | o / o / o o \|/ | / $
| | -O-O- / /| o | | --O-- -o- o $

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

@ -13,7 +13,7 @@ The argument will be a **flag**, `--reverse=<fileName>`, in which `--reverse` is
```console
Usage: go run . [OPTION]
EX: go run . something standard --reverse=<fileName>
EX: go run . --reverse=<fileName>
```
### Instructions

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?

Loading…
Cancel
Save