refactor: slice exercises 16-21

This commit is contained in:
Inanc Gumus
2019-08-18 15:32:48 +03:00
parent 5d6b493e75
commit 4f60812589
10 changed files with 68 additions and 52 deletions

View File

@ -27,7 +27,7 @@ func main() {
//
// 7. comment out everything
//
// 8. declare it again using a slice literal
// 8. declare the games slice again using a slice literal
// (use the same elements from step 3)
// --- #2 ---