Sha256: 1c583c019e38a3540d701ccd55ca039376eb31629c2b0708c5332229ac0993dc
Contents?: true
Size: 680 Bytes
Versions: 174
Compression:
Stored size: 680 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. Refer to the [Exercism CoffeScript page](http://exercism.io/languages/coffeescript) for getting started with CoffeeScript. In order to run the test, you can run the test file from the exercise directory: ```bash jasmine-node --coffee . ``` ## 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