diff options
| author | Paul Ebose <pebose@proton.me> | 2026-02-27 19:35:10 +0100 |
|---|---|---|
| committer | Paul Ebose <pebose@proton.me> | 2026-02-27 19:35:10 +0100 |
| commit | 8c119bebdc66becac60e7ef035a993e422bd8972 (patch) | |
| tree | 12bf36699c294253f099043cad8116f2d82d8c8f | |
| parent | dc71c2cd06c6b849123520eede82ec376bed1879 (diff) | |
update output for exercise 095_for3 to include full range of numbers
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
