diff --git a/Days/day08.md b/Days/day08.md index 8c337a3..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