From e928d2c7b13fa194dc9b1d2875a24e79f5822597 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 22 Jun 2026 17:45:35 +0200 Subject: skipped #5 until a better solution is found --- rivendell/elrond.zig | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v1.2.3