Sha256: ee04b111ffbd1b2bd4d09b6e289848c131d5af25b284ab0144b4cca4d3a66803
Contents?: true
Size: 664 Bytes
Versions: 11
Compression:
Stored size: 664 Bytes
Contents
# Clock 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. ## Hints This exercise requires you to implements a type-specific method for determining equality of instances. For more information, see [this page] (https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1) . ## Source Pairing session with Erin Drummond [https://twitter.com/ebdrummond](https://twitter.com/ebdrummond) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
11 entries across 11 versions & 1 rubygems