From c3765ca8fe41d4dcac6b302d14f0f3d99decbe5a Mon Sep 17 00:00:00 2001 From: Winter Date: Fri, 24 Jun 2022 17:03:48 -0400 Subject: Remove extraneous newlines in exercises 26 and 44 --- exercises/026_hello2.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'exercises/026_hello2.zig') diff --git a/exercises/026_hello2.zig b/exercises/026_hello2.zig index 237d27c..cb29193 100644 --- a/exercises/026_hello2.zig +++ b/exercises/026_hello2.zig @@ -10,7 +10,6 @@ const std = @import("std"); // that Zig will infer the error type. This is appropriate in the case // of main(), but can have consequences elsewhere. pub fn main() !void { - // We get a Writer for Standard Out so we can print() to it. const stdout = std.io.getStdOut().writer(); -- cgit v1.2.3-70-g09d2