Merge pull request #89 from wenchaoh997/main

update day08
This commit is contained in:
Michael Cade 2022-04-29 08:29:51 +01:00 committed by GitHub
commit 786dc3908e
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