aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--exercises/071_comptime6.zig2
-rw-r--r--patches/patches/071_comptime6.patch2
2 files changed, 1 insertions, 3 deletions
diff --git a/exercises/071_comptime6.zig b/exercises/071_comptime6.zig
index 2efba2b..f764590 100644
--- a/exercises/071_comptime6.zig
+++ b/exercises/071_comptime6.zig
@@ -29,8 +29,6 @@ const Narcissus = struct {
};
pub fn main() void {
- var narcissus: Narcissus = Narcissus {};
-
print("Narcissus has room in his heart for:", .{});
// Last time we examined the Narcissus struct, we had to
diff --git a/patches/patches/071_comptime6.patch b/patches/patches/071_comptime6.patch
index 9f11567..0c6b3ad 100644
--- a/patches/patches/071_comptime6.patch
+++ b/patches/patches/071_comptime6.patch
@@ -1,4 +1,4 @@
-45c45
+43c43
< ??? {
---
> inline for (fields) |field| {