Skip to content

Commit 0431eeb

Browse files
authored
eliuds-eggs: Add instructions append (#731)
1 parent beb0c66 commit 0431eeb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Instructions append
2+
3+
## Appendix
4+
5+
~~~~exercism/note
6+
The instructions above are synchronized with a shared repository to ensure consistency across all language tracks.
7+
This appendix provides additional clarification or modifies the instructions as needed to better align with the goals of the Clojure track.
8+
~~~~
9+
10+
It is important not to use existing built-in functions with similar functionality to the function are implementing, as doing so would diminish the intended learning value of the exercise.
11+
In Clojure, there is no built-in function to count the number of bits in a number, so you may use any Clojure function in your implementation.
12+
However, Java does include a function for this purpose: `bitCount`.

0 commit comments

Comments
 (0)