Skip to content

Commit add34c9

Browse files
docs: Update README
1 parent 3229cc1 commit add34c9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

exercises/clock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Two clocks that represent the same time should be equal to each other.
99
## Hints
1010
This exercise requires you to implement a type-specific method for determining equality of instances.
1111
For more information, see [this page]
12-
(https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1) .
12+
(https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1).
1313

1414

1515
## Running the tests

exercises/leap/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ phenomenon, go watch [this youtube video][video].
2626

2727
[video]: http://www.youtube.com/watch?v=xX96xng7sAE
2828

29+
## Notes
30+
31+
The DateTime class in C# provides a built-in [IsLeapYear](https://msdn.microsoft.com/en-us/library/system.datetime.isleapyear(v=vs.110).aspx) method
32+
which you should pretend doesn't exist for the purposes of implementing this exercise.
33+
2934
## Running the tests
3035

3136
To run the tests, run the command `dotnet test` from within the exercise directory.

0 commit comments

Comments
 (0)