refactor: exercises for the first 4 sections

This commit is contained in:
Inanc Gumus
2018-10-22 21:05:42 +03:00
parent 1cbcfca10a
commit f860bc6895
18 changed files with 87 additions and 69 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](https://github.com/inancgumus/learngo/tree/master/02-write-your-first-program/exercises/01).
1. **Print your name and your best friend's name** using Println twice. [Check out this exercise 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](https://github.com/inancgumus/learngo/tree/master/02-write-your-first-program/exercises/02).
2. **Print your GOPATH** using `go env` tool. [Check out this exercise here](https://github.com/inancgumus/learngo/tree/master/02-write-your-first-program/exercises/02).
3. **Say hello to yourself.**