Browse Source

fixing the links in ascii art

pull/894/head
miguel 3 years ago
parent
commit
d79f726f48
  1. 0
      subjects/ascii-art/examples/README.md
  2. 18
      subjects/ascii-art/reverse/audit.md

0
subjects/ascii-art/reverse/example.md → subjects/ascii-art/examples/README.md

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

@ -2,7 +2,7 @@
###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/))
##### Try passing to the reverse flag `"--reverse example00.txt"` the [example 00](example.md).
##### Try passing to the reverse flag `"--reverse example00.txt"` the [example 00](../examples/README.md).
```
Usage: go run . [OPTION]
@ -12,49 +12,49 @@ EX: go run . --reverse=<fileName>
###### Does it display the same result as above?
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](example.md).
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](../examples/README.md).
`Hello World`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](example.md).
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](../examples/README.md).
`123`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](example.md).
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](../examples/README.md).
`#=\[`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](example.md).
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](../examples/README.md).
`something&234`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](example.md).
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](../examples/README.md).
`abcdefghijklmnopqrstuvwxyz`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](example.md).
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](../examples/README.md).
`\!" #$%&'()*+,-./`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](example.md).
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](../examples/README.md).
`:;{=}?@`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](example.md).
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](../examples/README.md).
`ABCDEFGHIJKLMNOPQRSTUVWXYZ`

Loading…
Cancel
Save