zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 8c4784f9c181a13eae36d7a1ac57f278cf5fcd72 (tree)
parent a11da377347aea1085d3b43726040993952122c9
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 14 Nov 2019 12:38:12 -0500

remove no longer correct comment

Diffstat:
Mtest/standalone/hello_world/hello.zig | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/standalone/hello_world/hello.zig b/test/standalone/hello_world/hello.zig @@ -1,7 +1,6 @@ const std = @import("std"); pub fn main() !void { - // If this program is run without stdout attached, exit with an error. const stdout_file = std.io.getStdOut(); // If this program encounters pipe failure when printing to stdout, exit // with an error.