add: release date info

This commit is contained in:
Inanc Gumus
2018-10-22 20:20:58 +03:00
parent 0d9d49bdcd
commit 1cbcfca10a
2 changed files with 4 additions and 2 deletions

View File

@ -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.**