diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-07-22 10:16:17 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-07-22 10:16:17 +0200 |
| commit | 54f48c75c415f03acba5c3744454e7e9e45840d4 (patch) | |
| tree | 141ac4e33c05b60db833dfae928da8f8eed81c7a /build.zig | |
| parent | ed2f76e9600ce63405a5b4de0d7a2ea9f21cf4a6 (diff) | |
Fixed 82
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1063,7 +1063,7 @@ const exercises = [_]Exercise{ .{ .main_file = "082_anonymous_structs3.zig", .output = - \\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.141592e0 + \\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.141592 , .hint = "This one is a challenge! But you have everything you need.", }, |
