diff --git a/exercises/practice/hamming/.docs/instructions.append.md b/exercises/practice/hamming/.docs/instructions.append.md new file mode 100644 index 000000000..aeecfa282 --- /dev/null +++ b/exercises/practice/hamming/.docs/instructions.append.md @@ -0,0 +1,5 @@ +# Instructions append + +## Elixir-specific changes + +This exercise is intended to reinforce the use of `Enum` functions, but it can also be solved with other methods.