From 9158458483bc3d11b4a53102b4c6e638ccfaa05d Mon Sep 17 00:00:00 2001 From: Anastasios Chatzialexiou <16361161+tasxatzial@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:29:57 +0200 Subject: [PATCH] add instructions.append --- .../practice/eliuds-eggs/.docs/instructions.append.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 exercises/practice/eliuds-eggs/.docs/instructions.append.md diff --git a/exercises/practice/eliuds-eggs/.docs/instructions.append.md b/exercises/practice/eliuds-eggs/.docs/instructions.append.md new file mode 100644 index 00000000..b98dd670 --- /dev/null +++ b/exercises/practice/eliuds-eggs/.docs/instructions.append.md @@ -0,0 +1,9 @@ +# Instructions append + +## Appendix + +The instructions are synced with a shared repository to maintain consistency across all language tracks. + +However, for this exercise in the Clojure track, it's important not to reuse existing Clojure built-in functions with similar functionality to what you are asked to implement. +Doing so would diminish the intended learning value of the exercise. +These functions include the `bit-*` functions from the **clojure.core** namespace.