]> gitweb.ps.run Git - iftint.zig/blobdiff - src/main.zig
codebaze
[iftint.zig] / src / main.zig
index 698d41ae3ad1102960f6f605efb3ea629eed9091..ac979748e5064afd45b4a7110a5ce65ad1bec1cf 100644 (file)
@@ -3,7 +3,7 @@ const default = @import("default");
 
 pub fn main() !void {
     // Prints to stderr, ignoring potential errors.
 
 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();
 }
 
     try default.bufferedPrint();
 }