From 05ca104b8a99c9c633c208c48ba03e485f50a12d Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:42:12 +0100 Subject: [PATCH] Add append (#579) --- exercises/practice/leap/.docs/instructions.append.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 exercises/practice/leap/.docs/instructions.append.md diff --git a/exercises/practice/leap/.docs/instructions.append.md b/exercises/practice/leap/.docs/instructions.append.md new file mode 100644 index 00000000..c181c499 --- /dev/null +++ b/exercises/practice/leap/.docs/instructions.append.md @@ -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.