Skip to content

Commit a645ca3

Browse files
robkeimErikSchierboom
authored andcommitted
[Leap] Make message to ignore built-in library method C# specific (#612)
* Make message to ignore built-in library method C# specific * Revert "Make message to ignore built-in library method C# specific" This reverts commit df5d048. * Add link to built in IsLeapYear function in hints.md * Integrate PR feedback
1 parent 1fb0ec9 commit a645ca3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

exercises/leap/.meta/hints.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Notes
2+
3+
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
4+
which you should pretend doesn't exist for the purposes of implementing this exercise.

0 commit comments

Comments
 (0)