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

Version Path
trackler-2.2.1.10 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.9 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.8 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.7 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.6 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.5 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.4 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.3 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.2 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.1 tracks/perl6/exercises/clock/README.md
trackler-2.2.1.0 tracks/perl6/exercises/clock/README.md
trackler-2.2.0.6 tracks/perl6/exercises/clock/README.md
trackler-2.2.0.5 tracks/perl6/exercises/clock/README.md
trackler-2.2.0.4 tracks/perl6/exercises/clock/README.md