From af2a30e6da256289829f6579b9ca424a8a61a221 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Tue, 30 Dec 2025 13:40:24 +0100 Subject: change io explanation --- exercises/026_hello2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises') diff --git a/exercises/026_hello2.zig b/exercises/026_hello2.zig index 7daa9e2..9cd8bbc 100644 --- a/exercises/026_hello2.zig +++ b/exercises/026_hello2.zig @@ -5,7 +5,7 @@ // const std = @import("std"); -// Instance for input/output operations, we'll learn how to create them later. +// Instance for input/output operations; we will learn more about this later. const io = std.Options.debug_io; // Take note that this main() definition now returns "!void" rather -- cgit v1.2.3