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.
If it was C# it's already been fixed.
String lengths are both 8. Strings differ at index 6.
Expected: "00:01:60"
But was: "00:01:00"
With input seconds = 60.
The problem is similiar with ShadyDon but this time it's in minute instead of hour. However, unlike MathiusMH's feedback, I've tested mine in my own computer and the answer is correct ("00:01:00").