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.
In the example test cases there are two Test2() and the system throws error about it
Why 13! should throw exception? The result of 13! is way under int.MaxValue.
Got it. My seconds in a year calculation was not correct.
Expected: 4 years, 68 days, 3 hours and 4 minutes, instead got: 4 years, 67 days, 3 hours, 48 minutes and 56 seconds
Can you tell me what is the issue? All other tests passes.