Skip to content

Commit 25f3056

Browse files
committed
revert zig template
Signed-off-by: Aminu 'Seun Joshua <[email protected]>
1 parent 3247718 commit 25f3056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const std = @import("std");
22

33
pub fn main() !void {
4-
const stdout = std.io.getStdOutWriter();
4+
const stdout = std.io.getStdOut().writer();
55
try stdout.print("content-type: text/plain\n\n", .{});
66
try stdout.print("Hello World!\n", .{});
77
}

0 commit comments

Comments
 (0)