From 2758fe03a0a23400be63f86c578bac67ee2750da Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Tue, 29 Nov 2022 10:47:07 +0000 Subject: [PATCH] completed Day 9, added comments to Day 9 --- Days/day09.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Days/day09.md b/Days/day09.md index e8c394a..7fa76c8 100644 --- a/Days/day09.md +++ b/Days/day09.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Let''s explain the Hello World code - Day 9' +title: "#90DaysOfDevOps - Let's explain the Hello World code - Day 9" published: false description: 90DaysOfDevOps - Let's explain the Hello World code -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1099682 @@ -80,3 +80,5 @@ the `Println()` that we have here is a way in which to write standard output to - [Hitesh Choudhary - Complete playlist](https://www.youtube.com/playlist?list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N) See you on [Day 10](day10.md). + +# Completed Day 9 exercise - explanation of the Hello World code. diff --git a/README.md b/README.md index 29a2afe..dbebe22 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] ⌨️ 7 > [The Big Picture: DevOps & Learning a Programming Language](Days/day07.md) - [✔️] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day08.md) -- [] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.md) +- [✔️] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.md) - [] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md) - [] ⌨️ 11 > [Variables, Constants & Data Types](Days/day11.md) - [] ⌨️ 12 > [Getting user input with Pointers and a finished program](Days/day12.md)