exercism/csharp/clock
Ben Harris 588f26458c create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
..
.exercism some new ones i've been working on 2021-11-08 14:06:11 -05:00
.editorconfig some new ones i've been working on 2021-11-08 14:06:11 -05:00
Clock.cs some new ones i've been working on 2021-11-08 14:06:11 -05:00
Clock.csproj create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
ClockTests.cs some new ones i've been working on 2021-11-08 14:06:11 -05:00
HELP.md some new ones i've been working on 2021-11-08 14:06:11 -05:00
README.md some new ones i've been working on 2021-11-08 14:06:11 -05:00

README.md

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