Browse Source

fix ascii-reverse readme

content-update
lee 5 years ago
parent
commit
c3097e166b
  1. 54
      subjects/ascii-art-reverse.en.md

54
subjects/ascii-art-reverse.en.md

@ -28,14 +28,52 @@ This project will help you learn about :
```console
student@ubuntu:~/ascii-art$ go build
student@ubuntu:~/ascii-art$ cat file.txt
_ _ _
| | | | | |
| |__ ___ | | | | ___
| _ \ / _ \ | | | | / _ \
| | | | | __/ | | | | | (_) |
|_| |_| \___| |_| |_| \___/
_
| |
| |__
| _ \
| | | |
|_| |_|
___
/ _ \
| __/
\___|
_
| |
| |
| |
| |
|_|
_
| |
| |
| |
| |
|_|
___
/ _ \
| (_) |
\___/
student@ubuntu:~/ascii-art$ ./ascii-art --reverse=file.txt
hello
student@ubuntu:~/ascii-art$

Loading…
Cancel
Save