update output for exercise 095_for3 to include full range of numbers

This commit is contained in:
Paul Ebose 2026-02-27 19:35:10 +01:00
parent dc71c2cd06
commit 8c119bebdc
No known key found for this signature in database
GPG Key ID: EF7590319BD845B1

View File

@ -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",