| author | |
| committer | |
| log | 3601a3e2464cfe9598ea60fd45736c0f0c8680df |
| tree | ac029cb3785523e709c0b5f94173e2edef6a2f5f |
| parent | 2cf5f7d0ef78764d4f4e4bf3cc8902a84c72d627 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -27,7 +27,7 @@ const example_document = |
| 27 | 27 | |
| 28 | 28 | pub fn main() !void { |
| 29 | 29 | const doc = comptime pek.parse(example_document); |
| 30 | try pek.compile(std.io.getStdErr().writer(), doc, .{ | |
| 30 | try pek.compile(std.io.getStdOut().writer(), doc, .{ | |
| 31 | 31 | .author = "Meghan D", |
| 32 | 32 | .favorite = .{ |
| 33 | 33 | .flower = "Sunflower", |