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

This commit is contained in:
nprimo 2024-06-04 11:47:42 +01:00 committed by Niccolò Primo
parent 9e308f27e2
commit 49cfe46eac
1 changed files with 1 additions and 1 deletions

View File

@ -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