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, you helped!
I will next time. I was confused and really thought there was an issue :/
no, the problem comes from your code. you are assuming that the binary string you create is always 32 chars long, this is not true.
Please ask a
question
(not anissue
) to ask for help in the future ;-)I guess there is some problem with a sample test in C#. If I return
128.114.17.10
,128.114.17.105
or128.114.17.104.
it says that128.114.17.104
is expected. But if I return the correct string or just literally typereturn "128.114.17.104";
I get anArgumentOutOfRangeException
.