diff options
| author | dolichomps <[email protected]> | 2024-03-14 02:28:07 +0000 |
|---|---|---|
| committer | dolichomps <[email protected]> | 2024-03-14 02:28:07 +0000 |
| commit | c8f081f3e8f76efa53c63d2d12ad5d19147d0c28 (patch) | |
| tree | 1ffaec50087b662c97e3d0135cb2c2c5cd87c035 | |
| parent | e3877321b619a41bd058fec1fb7461bca42dee12 (diff) | |
| download | ziglings-c8f081f3e8f76efa53c63d2d12ad5d19147d0c28.tar.xz ziglings-c8f081f3e8f76efa53c63d2d12ad5d19147d0c28.zip | |
fix exercise 82 output
zig commit bd24e66 changed the floating point formatting implementation so output for exercise 82 no longer matched
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -939,7 +939,7 @@ const exercises = [_]Exercise{ .{ .main_file = "082_anonymous_structs3.zig", .output = - \\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.14159202e+00 + \\"0"(bool):true "1"(bool):false "2"(i32):42 "3"(f32):3.141592e0 , .hint = "This one is a challenge! But you have everything you need.", }, |
