exercism/haskell/leap/src/LeapYear.hs
2016-08-15 14:08:39 -05:00

4 lines
59 B
Haskell

module LeapYear (isLeapYear) where
isLeapYear = undefined