Skip to content

Commit

Permalink
Stub file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 25, 2024
1 parent e4fb8c3 commit aa3ebc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/practice/leap/Leap.fs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module Leap

let leapYear (year: int): bool = failwith "You need to implement this function."
let leapYear (year: int): bool =
failwith "You need to implement this function."

0 comments on commit aa3ebc0

Please sign in to comment.