aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/071_comptime6.zig2
1 files changed, 0 insertions, 2 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