Browse Source

docs(displayfile): escape `!` from the subject example command

pull/2593/head
nprimo 6 months ago committed by Niccolò Primo
parent
commit
49cfe46eac
  1. 2
      subjects/displayfile/README.md

2
subjects/displayfile/README.md

@ -9,7 +9,7 @@ Write a program that displays, on the standard output, the content of a file giv
```console
$ go run .
File name missing
$ echo "Almost there!!" > quest8.txt
$ echo 'Almost there!!' > quest8.txt
$ go run . quest8.txt main.go
Too many arguments
$ go run . quest8.txt

Loading…
Cancel
Save