-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10f7b5b
commit 9158458
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |