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.
I think there's an error, the hours should be 0 - 23, right?
The simulations also present an error, there is an option that considered the counterclockwise count
(test.assert_equals(clock_angle(11,15),247.5)
The correct answer would be 112.5
Duplicate of https://www.codewars.com/kata/543ddf69386034670d000c7d
It looks like in one test the angle is measured clockwise but it the other one counterclockwise.