Update: main.go

This commit is contained in:
AminBhr
2021-08-22 21:11:54 +04:30
committed by İnanç Gümüş
parent 3fb4f86a79
commit 695e7996f5

View File

@ -36,7 +36,7 @@ func main() {
// 7. comment out everything // 7. comment out everything
// //
// 8. declare the games slice again using a slice literal // 8. declare the games slice again using a slice literal
// (use the same elements from step 3) // (use the same elements from step 5)
// --- #2 --- // --- #2 ---
// 1. use a loop from 0 to 4 to slice the games slice, element by element. // 1. use a loop from 0 to 4 to slice the games slice, element by element.