| author | |
| committer | |
| log | 8c4784f9c181a13eae36d7a1ac57f278cf5fcd72 |
| tree | 40f36a0f27051f6ca548340fa2552741ce05425f |
| parent | a11da377347aea1085d3b43726040993952122c9 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
test/standalone/hello_world/hello.zig-1| ... | ... | @@ -1,7 +1,6 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | |
| 3 | 3 | pub fn main() !void { |
| 4 | // If this program is run without stdout attached, exit with an error. | |
| 5 | 4 | const stdout_file = std.io.getStdOut(); |
| 6 | 5 | // If this program encounters pipe failure when printing to stdout, exit |
| 7 | 6 | // with an error. |