Clock

Clock

Medium

Instructions

Implement a clock that handles times without dates.

You should be able to add and subtract minutes to it.

Two clocks that represent the same time should be equal to each other.

This exercise requires you to implement a type-specific method for determining equality of instances. For more information, see this page


Source

Pairing session with Erin Drummond
Edit via GitHub The link opens in a new window or tab
C# Exercism

Ready to start Clock?

Sign up to Exercism to learn and master C# with 62 concepts, 165 exercises, and real human mentoring, all for free.