authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-11-14 12:38:12-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-11-14 12:38:30-05:00
log8c4784f9c181a13eae36d7a1ac57f278cf5fcd72
tree40f36a0f27051f6ca548340fa2552741ce05425f
parenta11da377347aea1085d3b43726040993952122c9
signaturelock-open Commit is signed but in an unrecognized format.

remove no longer correct comment


1 files changed, 0 insertions(+), 1 deletions(-)

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