From 0f476c3e855f1491f00e8e47c236e489aefdabb2 Mon Sep 17 00:00:00 2001 From: Wenchao HUANG <56105622+wenchaoh997@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:20:29 +0800 Subject: [PATCH] Update day08.md --- Days/day08.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)