completed Day 9, added comments to Day 9
This commit is contained in:
parent
efff2718b0
commit
2758fe03a0
@ -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
|
published: false
|
||||||
description: 90DaysOfDevOps - Let's explain the Hello World code
|
description: 90DaysOfDevOps - Let's explain the Hello World code
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: "devops, 90daysofdevops, learning"
|
||||||
cover_image: null
|
cover_image: null
|
||||||
canonical_url: null
|
canonical_url: null
|
||||||
id: 1099682
|
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)
|
- [Hitesh Choudhary - Complete playlist](https://www.youtube.com/playlist?list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N)
|
||||||
|
|
||||||
See you on [Day 10](day10.md).
|
See you on [Day 10](day10.md).
|
||||||
|
|
||||||
|
# Completed Day 9 exercise - explanation of the Hello World code.
|
||||||
|
@ -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)
|
- [✔️] ⌨️ 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)
|
- [✔️] ⌨️ 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)
|
- [] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md)
|
||||||
- [] ⌨️ 11 > [Variables, Constants & Data Types](Days/day11.md)
|
- [] ⌨️ 11 > [Variables, Constants & Data Types](Days/day11.md)
|
||||||
- [] ⌨️ 12 > [Getting user input with Pointers and a finished program](Days/day12.md)
|
- [] ⌨️ 12 > [Getting user input with Pointers and a finished program](Days/day12.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user