Skip to content

Commit

Permalink
add instructions.append
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Nov 3, 2024
1 parent 10f7b5b commit 9158458
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exercises/practice/eliuds-eggs/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9158458

Please sign in to comment.