This commit is contained in:
lee 2020-06-26 21:26:22 +01:00
parent 613b612e1c
commit ed284cce05
1 changed files with 1 additions and 1 deletions

View File

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