diff --git a/Days/day08.md b/Days/day08.md index d94317f..061c13e 100644 --- a/Days/day08.md +++ b/Days/day08.md @@ -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)