X-Git-Url: https://gitweb.ps.run/iftint.zig/blobdiff_plain/6777e29993359c4bc1d3bfb1c34be450a4f04108..46c2d17ec74ece0ca0aa7698c94975151d4e1383:/src/main.zig?ds=inline diff --git a/src/main.zig b/src/main.zig index 698d41a..ac97974 100644 --- a/src/main.zig +++ b/src/main.zig @@ -3,7 +3,7 @@ const default = @import("default"); pub fn main() !void { // Prints to stderr, ignoring potential errors. - std.debug.print("All your {s} are belong to us.\n", .{"codebase"}); + std.debug.print("All your {s} are belong to us.\n", .{"codebaze"}); try default.bufferedPrint(); }