Sha256: 8ea9ddcd976ad83f24c00087cd1623e262e2a79aa7b44d692ede63ebe5a85f61
Contents?: true
Size: 990 Bytes
Versions: 54
Compression:
Stored size: 990 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. ## Resources Remember to check out the Perl 6 [documentation](https://docs.perl6.org/) and [resources](https://perl6.org/resources/) pages for information, tips, and examples if you get stuck. ## Running the tests There is a test script included with the exercise; a file with the extension `.t`. You can run the test script for the exercise by executing the command `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all tests, including any optional tests marked as 'TODO'. ## 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
54 entries across 54 versions & 1 rubygems