diff --git a/subjects/printstr/README.md b/subjects/printstr/README.md index eae7f5c30..1e8278b8b 100644 --- a/subjects/printstr/README.md +++ b/subjects/printstr/README.md @@ -31,6 +31,6 @@ And its output : ```console student@ubuntu:~/[[ROOT]]/test$ go build student@ubuntu:~/[[ROOT]]/test$ ./test | cat -e -Hello World!% +Hello World!$ student@ubuntu:~/[[ROOT]]/test$ ```