authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:40:44 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-07 00:40:44 -07:00
log24e87dfa6a592022f8fda58d9cfe9d9934a9adc7
tree0869f14ad227fe81aef5407fac299d262f74ddb7
parent86c307561938c3043a9f50f742fc7c77716f1ac9

example- remove all your codebase are belong to us


1 files changed, 0 insertions(+), 3 deletions(-)

src/main.zig-3
......@@ -26,9 +26,6 @@ const example_document =
2626;
2727
2828pub fn main() !void {
29 std.log.info("All your codebase are belong to us.", .{});
30 std.debug.print("\n", .{});
31
3229 const doc = comptime pek.parse(example_document);
3330 try pek.compile(std.io.getStdErr().writer(), doc, .{
3431 .author = "Meghan D",