change io explanation

This commit is contained in:
Chris Boesch
2025-12-30 13:40:24 +01:00
parent 4927ef6a26
commit af2a30e6da
2 changed files with 4 additions and 4 deletions

View File

@@ -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