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 : And its output :
```console ```console
$ go run . | cat -e go run . | cat -e
Hello World!$ Hello World!
``` ```
### Notions ### Notions

Loading…
Cancel
Save