Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I learn
update-in
from this.This comment is hidden because it contains spoiler information about the solution
https://tour.golang.org/moretypes/7 Strings are also slices (of runes)
if "high" is omitted then it points to the end of "a"
For example:
Please explain the last line. I new to the language and don't really understand what does : do.
Maybe we should add this to the edgecases.
This comment is hidden because it contains spoiler information about the solution