Browse Source

docs(displayS): fix subject console output

pull/1621/head
jotapero 2 years ago committed by José Rosendo
parent
commit
fee07c8249
  1. 3
      subjects/displays/README.md

3
subjects/displays/README.md

@ -9,8 +9,11 @@ Write a program that displays an `S` character on the standard followed by newli
```console
$ go run . | cat -e
S$
$
$ go run . "a" "b" | cat -e
S$
$
$ go run . "a" "b" "c" | cat -e
S$
$
```

Loading…
Cancel
Save