diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-04 17:15:30 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-04 17:15:30 +0200 |
| commit | 8af3372cf204861f8541f91e47543f1b33337c5b (patch) | |
| tree | a333fe8d515ae8fad19a94e37bdc4649f6dd662c /build.zig | |
| parent | 1ba1e301a8a977f652157ca60a0522c95bc736aa (diff) | |
fixed removed array multiplication
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.", }, .{ |
