From 4bdcad60c67d35161cb0c245ec2bf4c335d1be67 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 28 Feb 2021 11:27:13 -0500 Subject: [PATCH] oops, left in old note --- exercises/46_optionals2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/46_optionals2.zig b/exercises/46_optionals2.zig index ffa5867..a037382 100644 --- a/exercises/46_optionals2.zig +++ b/exercises/46_optionals2.zig @@ -5,7 +5,7 @@ // linked to the first elephant. This is because we had NO CONCEPT // of a tail that didn't point to another elephant! // -const std = @import("std"); // single quotes +const std = @import("std"); const Elephant = struct { letter: u8,