summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ebose <pebose@proton.me>2026-02-27 19:35:10 +0100
committerPaul Ebose <pebose@proton.me>2026-02-27 19:35:10 +0100
commit8c119bebdc66becac60e7ef035a993e422bd8972 (patch)
tree12bf36699c294253f099043cad8116f2d82d8c8f
parentdc71c2cd06c6b849123520eede82ec376bed1879 (diff)
update output for exercise 095_for3 to include full range of numbers
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 0ad2a1e..abb4b51 100644
--- a/build.zig
+++ b/build.zig
@@ -1146,7 +1146,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "095_for3.zig",
- .output = "1 2 4 7 8 11 13 14 16 17 19",
+ .output = "1 2 4 7 8 11 13 14 16 17 19\n1 2 3 4 5 6 7 8 9 10 11 12 13 14 15",
},
.{
.main_file = "096_memory_allocation.zig",