Add another defer exercise

This commit is contained in:
Luka Markušić
2026-05-31 22:26:17 +02:00
parent ac9f96459c
commit e61bedaa25
3 changed files with 36 additions and 0 deletions

View File

@@ -1223,6 +1223,10 @@ const exercises = [_]Exercise{
.main_file = "115_packed2.zig",
.output = "",
},
.{
.main_file = "116_defer3.zig",
.output = "42",
},
.{
.main_file = "999_the_end.zig",
.output =