| ... | @@ -133,7 +133,7 @@ fn printPad(stdout: var, s: []const u8) !void { | ... | @@ -133,7 +133,7 @@ fn printPad(stdout: var, s: []const u8) !void { |
| 133 | } | 133 | } |
| 134 | | 134 | |
| 135 | pub fn main() !void { | 135 | pub fn main() !void { |
| 136 | const stdout = &std.io.getStdOut().outStream().stream; | 136 | const stdout = std.io.getStdOut().outStream(); |
| 137 | | 137 | |
| 138 | var buffer: [1024]u8 = undefined; | 138 | var buffer: [1024]u8 = undefined; |
| 139 | var fixed = std.heap.FixedBufferAllocator.init(buffer[0..]); | 139 | var fixed = std.heap.FixedBufferAllocator.init(buffer[0..]); |