From 146accf13edfe1ac2beca1727a8b9c57f856e453 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 5 Mar 2021 13:01:45 -0500 Subject: [PATCH] ex51 lol space --- exercises/51_values.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/51_values.zig b/exercises/51_values.zig index 0fcaa76..fea371b 100644 --- a/exercises/51_values.zig +++ b/exercises/51_values.zig @@ -13,7 +13,7 @@ // @import() adds the imported code to your own. In this case, code // from the standard library is added to your program and compiled // with it. All of this will be loaded into RAM when it runs. Oh, and -// that thing we name "const std"? That's a struct! +// that thing we name "const std"? That's a struct! const std = @import("std");