Sha256: 0944f4397d58f1d3d677c25463b238bb4533059e5256cbc7d2a163dcd90478d1
Contents?: true
Size: 806 Bytes
Versions: 174
Compression:
Stored size: 806 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. * * * * For installation and learning resources, refer to the [exercism help page][]. [exercism help page]: http://exercism.io/languages/lfe To run the provided tests, you will need `make`. Open a terminal window and run the following from the exercise directory: ```sh make test ``` You should now be able to see the results of the test suite for the exercise. ## 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
174 entries across 174 versions & 1 rubygems