Skip to content

Commit

Permalink
Add append (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 authored Jan 16, 2024
1 parent 9b44b93 commit 05ca104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exercises/practice/leap/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Introduction append

There are various ways to solve **leap**, this exercise focuses on not using the built-in `Time.leap_year?` method.
This is because the goal of this exercise is to learn about dealing with comparisons and boolean logic.
But for any other purpose, it is recommended to use the built-in method.

0 comments on commit 05ca104

Please sign in to comment.