exercism/csharp/clock/README.md

857 B

Clock

Welcome to Clock on Exercism's C# 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.

This exercise requires you to implement a type-specific method for determining equality of instances. For more information, see this page.

Source

Created by

  • @rprouse

Contributed to by

  • @avjgit
  • @bmeverett
  • @bressain
  • @ErikSchierboom
  • @j2jensen
  • @jwood803
  • @kytrinyx
  • @mattcbaker
  • @robkeim
  • @Thorocaine
  • @vamcs
  • @vgrigoriu
  • @wolf99

Based on

Pairing session with Erin Drummond - https://twitter.com/ebdrummond