From 1cbcfca10a52b92e2756555689f7cae45a060f42 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Mon, 22 Oct 2018 20:20:58 +0300 Subject: [PATCH] add: release date info --- 02-write-your-first-program/exercises/exercises.md | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/02-write-your-first-program/exercises/exercises.md b/02-write-your-first-program/exercises/exercises.md index 8c62403..9d0686c 100644 --- a/02-write-your-first-program/exercises/exercises.md +++ b/02-write-your-first-program/exercises/exercises.md @@ -1,6 +1,6 @@ -1. Print your name and your best friend's name using Println twice. [Check out this challenge here](). +1. Print your name and your best friend's name using Println twice. [Check out this challenge here](https://github.com/inancgumus/learngo/tree/master/02-write-your-first-program/exercises/01). -2. Print your GOPATH using `go env` tool. [Check out this challenge here](). +2. Print your GOPATH using `go env` tool. [Check out this challenge here](https://github.com/inancgumus/learngo/tree/master/02-write-your-first-program/exercises/02). 3. **Say hello to yourself.** diff --git a/README.md b/README.md index 9a80a9b..6814252 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository provides the downloadable example programs for the course, [Learn Go Programming: Complete Bootcamp (Golang)](https://udemy.com/TBA). +**The course will be available end of Oct'18.** + --- # Stay in touch