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.
This comment is hidden because it contains spoiler information about the solution
There are many test cases for hour 11, minute > 30, that expect the answer to be "__ minutes to midnight". This seems wrong because the other test cases are using a 24hr clock, so "11:45" would be "quarter to 12 o'clock" or, at least "quarter to noon". I cannot pass the test cases because of this reason :(
got it, thank you!
Yes, that is CodeWars! You have to try to get the input.
The submit-tests are invisble. Some show the input or give hints, other don't.
What language do yo use?
Do you use JavaScript? Then use console.log to show the input while testing...
When I hit submit, it seems to run more tests than I can see in the TestCase section. Where are these coming from? They only show output, so i can't see the input and make those cases pass.