This commit is contained in:
2022-11-08 21:44:49 +01:00
parent f2d367cd67
commit 1c52c91e7f
13 changed files with 16463 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Clock
Welcome to Clock on Exercism's TypeScript Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
## Instructions
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.
## Source
### Created by
- @rwaskiewicz
### Contributed to by
- @masters3d
- @SleeplessByte
### Based on
Pairing session with Erin Drummond - https://twitter.com/ebdrummond