diff options
| author | Dave Gauer <[email protected]> | 2021-03-05 11:01:12 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-05 11:01:12 -0500 |
| commit | 4f9c8f57ba7da2106d624dae4b16d1aeff2769a5 (patch) | |
| tree | abfc52fc1d14afd1ebb03ac0a4a5273932aebfa4 /build.zig | |
| parent | 28791f0cb8df075199862b1367e3ed3ede692fd7 (diff) | |
| download | ziglings-4f9c8f57ba7da2106d624dae4b16d1aeff2769a5.tar.xz ziglings-4f9c8f57ba7da2106d624dae4b16d1aeff2769a5.zip | |
Add ex51 values
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -264,7 +264,10 @@ const exercises = [_]Exercise{ .main_file = "50_no_value.zig", .output = "That is not dead which can eternal lie / And with strange aeons even death may die.", }, - // 51 pass-by-value and const fn params + .{ + .main_file = "51_values.zig", + .output = "1:false!. 2:true!. 3:true!. XP before:0, after:200.", + }, // 52 slices! }; |
