add leapYears

This commit is contained in:
Cody Loyd
2017-08-25 13:47:05 -05:00
parent 5c559cf15a
commit cadd4b255c
4 changed files with 41 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
var leapYears = function() {
}
module.exports = leapYears