Browse Source

docs(printstr): clarify and make accurate usage example

pull/1620/head
eslopfer 1 year ago
parent
commit
b391949bfb
  1. 4
      subjects/printstr/README.md

4
subjects/printstr/README.md

@ -29,8 +29,8 @@ func main() {
And its output :
```console
$ go run . | cat -e
Hello World!$
go run . | cat -e
Hello World!
```
### Notions

Loading…
Cancel
Save