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