Browse Source

docs: correct usage example to print new line

pull/1471/head
eslopfer 2 years ago
parent
commit
33c0a1c1dd
  1. 5
      subjects/alphamirror/README.md

5
subjects/alphamirror/README.md

@ -17,10 +17,11 @@ If the number of arguments is different from 1, the program prints a new line.
```console
$ go run . "abc"
zyx
zyx$
$
$ go run . "My horse is Amazing." | cat -e
Nb slihv rh Znzarmt.$
$
$ go run .
$
```

Loading…
Cancel
Save