Commit 8c4784f9c1

Andrew Kelley <andrew@ziglang.org>
2019-11-14 18:38:12
remove no longer correct comment
1 parent a11da37
Changed files (1)
test
standalone
hello_world
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.