diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index 2b17bb7a..0f5c35b6 100644 --- a/exercises/practice/anagram/.docs/instructions.append.md +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions Append +## Implementation + You must return the anagrams in the same order as they are listed in the candidate words. diff --git a/exercises/practice/complex-numbers/.docs/instructions.append.md b/exercises/practice/complex-numbers/.docs/instructions.append.md index 0509eb7b..8d053f65 100644 --- a/exercises/practice/complex-numbers/.docs/instructions.append.md +++ b/exercises/practice/complex-numbers/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Custom operators Raku has builtin support for Complex numbers[^complex], so this exercise focuses more on creating custom operators[^custom]. diff --git a/exercises/practice/custom-set/.docs/instructions.append.md b/exercises/practice/custom-set/.docs/instructions.append.md index 36e05738..a8ea59b6 100644 --- a/exercises/practice/custom-set/.docs/instructions.append.md +++ b/exercises/practice/custom-set/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Set Operators `raku` has [built-in set support.](https://docs.raku.org/language/setbagmix) diff --git a/exercises/practice/gigasecond/.docs/instructions.append.md b/exercises/practice/gigasecond/.docs/instructions.append.md index 18595c82..12572ad2 100644 --- a/exercises/practice/gigasecond/.docs/instructions.append.md +++ b/exercises/practice/gigasecond/.docs/instructions.append.md @@ -1,2 +1,6 @@ +# Instructions append + +## Implementation + Raku is aware of leap seconds. If the tests are seconds off then this may be a cause to work around. diff --git a/exercises/practice/micro-blog/.docs/instructions.append.md b/exercises/practice/micro-blog/.docs/instructions.append.md index 547dfabd..a9d03616 100644 --- a/exercises/practice/micro-blog/.docs/instructions.append.md +++ b/exercises/practice/micro-blog/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Unicode support raku supports Unicode version 17 as of release 2025-12[^changelog]. diff --git a/exercises/practice/nth-prime/.docs/instructions.append.md b/exercises/practice/nth-prime/.docs/instructions.append.md index d5b701b4..692bfad1 100644 --- a/exercises/practice/nth-prime/.docs/instructions.append.md +++ b/exercises/practice/nth-prime/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Parallelism The test runner has access to two cores as of 2025-07-28.