Browse Source

docs: Add example of usage as per review

pull/1327/head
estlop 2 years ago committed by Dav Hojt
parent
commit
df8917a7d1
  1. 4
      subjects/printevenarguments/README.md

4
subjects/printevenarguments/README.md

@ -9,7 +9,9 @@ Write a program that receives some arguments from the command line and prints th
```console
$ go run . first second third | cat -e
second$
$ go run . a b c d| cat -e
$ go run . a b c d | cat -e
b$
d$
$ go run . a | cat - e
$
```

Loading…
Cancel
Save