]> gitweb.ps.run Git - iftint.zig/commitdiff
codebaze main
authorPatrick <patrick.schoenberger@posteo.de>
Thu, 12 Feb 2026 12:45:57 +0000 (13:45 +0100)
committerPatrick <patrick.schoenberger@posteo.de>
Thu, 12 Feb 2026 12:45:57 +0000 (13:45 +0100)
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();
 }