Sha256: 64cf0fa3e43b9d9804c305976add19201196767d7971491d3631f77198e9995f

Contents?: true

Size: 758 Bytes

Versions: 63

Compression:

Stored size: 758 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.

## Running the tests

To run the tests, run the command `busted` from within the exercise directory.

## Further information

For more detailed information about the Lua track, including how to get help if
you're having trouble, please visit the exercism.io [Lua language page](http://exercism.io/languages/lua/about).

## 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

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/lua/exercises/clock/README.md
trackler-2.2.1.118 tracks/lua/exercises/clock/README.md
trackler-2.2.1.117 tracks/lua/exercises/clock/README.md