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.
thanks!
@PR3SS F Thanks for the kind words. Hope you enjoyed the Kata. Make sure you give the next challenge in the series a try! Cheers!
@avermakov You have a point here! XDDD
Anything is implementable in Excel if try hard enough :DD
Thanks!
You should try to print the argument to console (at the start of function), so you could debug it further. There's likely some mistake in your code.
Here's an example in python: https://docs.codewars.com/training/troubleshooting/#print-input (for Go you might wanna use
fmt.Println
or something similar)