mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
parent
68db9d5074
commit
b00007056d
@ -130,7 +130,7 @@ fn printPad(stdout: var, s: []const u8) !void {
|
||||
|
||||
pub fn main() !void {
|
||||
var stdout_file = try std.io.getStdOut();
|
||||
var stdout_out_stream = std.io.FileOutStream.init(&stdout_file);
|
||||
var stdout_out_stream = std.io.FileOutStream.init(stdout_file);
|
||||
const stdout = &stdout_out_stream.stream;
|
||||
|
||||
var buffer: [1024]u8 = undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user