diff options
| author | Dave Gauer <[email protected]> | 2021-03-09 20:51:00 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-09 20:51:00 -0500 |
| commit | dff61673c8e5278ec7c0b0065327ebe2351d00ee (patch) | |
| tree | 7ddcf21f28ac23abd73fab16f55292f7aa100af7 /build.zig | |
| parent | 20520d99f774a93bc9560882dcc56601efef6dd9 (diff) | |
| download | ziglings-dff61673c8e5278ec7c0b0065327ebe2351d00ee.tar.xz ziglings-dff61673c8e5278ec7c0b0065327ebe2351d00ee.zip | |
add ex56 for real
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -284,6 +284,10 @@ const exercises = [_]Exercise{ .main_file = "55_unions.zig", .output = "Insect report! Ant alive is: true. Bee visited 15 flowers.", }, + .{ + .main_file = "56_unions2.zig", + .output = "Insect report! Ant alive is: true. Bee visited 16 flowers.", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
