skipped #5 until a better solution is found

This commit is contained in:
Chris Boesch
2026-06-22 17:45:35 +02:00
parent a463aafb91
commit e928d2c7b1
+2
View File
@@ -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",