fixed removed array multiplication

This commit is contained in:
Chris Boesch
2026-05-04 17:15:30 +02:00
parent 1ba1e301a8
commit 8af3372cf2
14 changed files with 51 additions and 64 deletions

View File

@@ -777,7 +777,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "006_strings.zig",
.output = "d=d ha ha ha Major Tom",
.output = "d=d Major Tom",
.hint = "Each '???' needs something filled in.",
},
.{