Skip to content

Commit 074ba7c

Browse files
committed
Add hints to leap exercise
1 parent 8260d90 commit 074ba7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/leap/HINTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Hints
2+
Try to avoid code repetition, use private helper functions if you can.
3+
4+
And you might consider using a single `Boolean` expression instead of `if-else` for better readability.

0 commit comments

Comments
 (0)