Skip to content

Commit

Permalink
use crash instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 authored Aug 19, 2024
1 parent 345b010 commit 71717af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/leap/Leap.roc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module [isLeapYear]

isLeapYear = \year ->
year > 0
crash "TODO"

0 comments on commit 71717af

Please sign in to comment.