Skip to content

Commit

Permalink
Merge pull request #3 from victorabarros/patch-1
Browse files Browse the repository at this point in the history
Add forgotten lines.
  • Loading branch information
jonbodner committed Jan 29, 2020
2 parents c64c2cb + 0ac5a8b commit 6997ce4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Section4/slices-maps/slice3.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ func main() {
fmt.Println(bytes)
runes := []rune(uniHello)
fmt.Println(runes)
runes[1] = 'a'
fmt.Println(runes)
fmt.Println(uniHello)
}

0 comments on commit 6997ce4

Please sign in to comment.