From 8949ceb94a49ca48b474c01e34fbd728c6b34f11 Mon Sep 17 00:00:00 2001 From: const void* <76228776+const-void@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:24:56 -0500 Subject: [PATCH] Update main.zig --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 2027aa4..6ec2b2d 100644 --- a/src/main.zig +++ b/src/main.zig @@ -31,7 +31,7 @@ const stdin = std.io.getStdIn().reader(); /////////////////////////////////// // zig hints /////////////////////////////////// -// do or do not - there is no try: catch unreadable instead of try on memory / file io +// do or do not - there is no try: catch unreachable instead of try on memory / file io // - put all try to initXXX() // for (i=0; i var i=0; while (i