summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-06-22 17:54:36 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-06-22 17:54:36 +0200
commit529b294cc3da53702905cace380c3e5d9282a69a (patch)
tree95c08ab173623389882bffb206ceb2f6b58b074d
parenta463aafb91905f793d5cdb2b2675afa90f59f63f (diff)
parente928d2c7b13fa194dc9b1d2875a24e79f5822597 (diff)
Merge pull request 'skipped #5 until a better solution is found' (#472) from minor-fixes into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/472
-rw-r--r--rivendell/elrond.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/rivendell/elrond.zig b/rivendell/elrond.zig
index c49d0ab..d7a0e1a 100644
--- a/rivendell/elrond.zig
+++ b/rivendell/elrond.zig
@@ -576,6 +576,8 @@ const exercises = [_]Exercise{
.main_file = "005_arrays2.zig",
.output = "LEET: 1337, Bits: 100110011001",
.hint = "Fill in the two arrays.",
+ .skip = true,
+ .skip_hint = "Better solution is needed.",
},
.{
.main_file = "006_strings.zig",