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.
Fixed.
Yes, my enum consists only of 2 values
PING
andPONG
But it wants for some reason for value
BINK
to be there...It appears to be only for the fact that the solution set-up contains a declaration with the function name
PingPoint
, whereas it should bePingPong
.This one does not appear to work in Go. It fails to compile the tests without making any modifications to it.