summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/elrond.zig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/elrond.zig b/src/elrond.zig
index 35c8857..716f546 100644
--- a/src/elrond.zig
+++ b/src/elrond.zig
@@ -693,7 +693,10 @@ const exercises = [_]Exercise{
},
.{
.main_file = "028_defer2.zig",
- .output = "(Goat) (Cat) (Dog) (Dog) (Goat) (Unknown) done.",
+ .output =
+ \\(Goat) (Cat) (Dog) (Dog) (Goat) (Unknown) done.
+ \\Answer to everything? 42
+ , // pay attention to the comma
},
.{
.main_file = "029_errdefer.zig",