From ed284cce059b31661b4f7a3b4ee3fbed87200a97 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 26 Jun 2020 21:26:22 +0100 Subject: [PATCH] $ -> % --- subjects/printstr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/printstr/README.md b/subjects/printstr/README.md index 1e8278b8..eae7f5c3 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$ ```