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

View File

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