Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions Append

## Implementation

You must return the anagrams in the same order as they are listed in the candidate words.
Original file line number Diff line number Diff line change
@@ -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].
Expand Down
2 changes: 2 additions & 0 deletions exercises/practice/custom-set/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

## Set Operators

`raku` has [built-in set support.](https://docs.raku.org/language/setbagmix)
Expand Down
4 changes: 4 additions & 0 deletions exercises/practice/gigasecond/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions exercises/practice/micro-blog/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

## Unicode support

raku supports Unicode version 17 as of release 2025-12[^changelog].
Expand Down
2 changes: 2 additions & 0 deletions exercises/practice/nth-prime/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

## Parallelism

The test runner has access to two cores as of 2025-07-28.
Expand Down