Refresh 005_arrays2 exercise

Updated the exercise to use SIMD. This allows us to
cross-reference the concept from 112_vectors back to 005_arrays2,
introducing a handy feature of vectors early on.

See #430
This commit is contained in:
it3x
2026-06-27 09:04:32 +00:00
committed by Chris Boesch
parent f69c79bcb6
commit 98b831aec4
4 changed files with 30 additions and 10 deletions
-2
View File
@@ -599,8 +599,6 @@ 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",