-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
4800d9a
commit 3e8f9f3
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 @@ | ||
## Appendix | ||
|
||
~~~~exercism/note | ||
The instructions above are synchronized with a shared repository to ensure consistency across all language tracks. | ||
This appendix provides additional clarification or modifies the instructions as needed to better align with the goals of the Clojure track. | ||
~~~~ | ||
|
||
For this exercise in the Clojure track, you may **assume the output of the `allergies` function is a vector**, as indicated by the tests. | ||
However, this is not a strict requirement; you are free to return any sequential collection. |