Skip to content

Commit

Permalink
docs(displayfile): escape ! from the subject example command
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Jun 5, 2024
1 parent 9e308f2 commit 49cfe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/displayfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49cfe46

Please sign in to comment.