Update day08.md

This commit is contained in:
Wenchao HUANG 2022-04-29 15:20:29 +08:00 committed by GitHub
parent a29127ba97
commit 0f476c3e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,10 +86,12 @@ go build main.go
```
![](Images/Day8_Go12.png)
If we run that
![](Images/Day8_Go13.png)
If we run that, we would see the same output:
```bash
$ ./main.exe
Hello #90DaysOfDevOps
```
## Resources
@ -104,3 +106,4 @@ If we run that
See you on [Day 9](day09.md).
![](Images/Day8_Go13.png)