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.
C# translation approved, let me know any issues
It seems like you have a typo, it's loaded as "willHotCorner" instead of "willHitCorner"
Added
Fixed
Got it, changed so all inputs are valid
Hey! I'm very new to this, how do I set it up to expect an error? Or should I remove edge cases?
Fixed
Fixed
I'm very confused. How can you solve
As
c1
? If you switchc1
wouldn't it be invalid in both cases? Are you changing it on both or one number? I see howc1
is the only commonality between both, but is that the reason? I don't understand.Also, in this case, how can you know for sure the last number will be 4 and not 9?