treesummaryrefslogcommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
authorPatrick2026-02-12 13:45:57 +0100
committerPatrick2026-02-12 13:45:57 +0100
commit46c2d17ec74ece0ca0aa7698c94975151d4e1383 (patch)
tree83666766592b3145af579053c34b0eb4cd2dbfb7 /src/main.zig
parent6777e29993359c4bc1d3bfb1c34be450a4f04108 (diff)
downloadiftint.zig-main.tar.gz
iftint.zig-main.zip
codebazeHEADmain
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
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();
}