diff options
| author | Patrick | 2026-02-12 13:45:57 +0100 |
|---|---|---|
| committer | Patrick | 2026-02-12 13:45:57 +0100 |
| commit | 46c2d17ec74ece0ca0aa7698c94975151d4e1383 (patch) | |
| tree | 83666766592b3145af579053c34b0eb4cd2dbfb7 | |
| parent | 6777e29993359c4bc1d3bfb1c34be450a4f04108 (diff) | |
| download | iftint.zig-main.tar.gz iftint.zig-main.zip | |
| -rw-r--r-- | src/main.zig | 2 |
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(); } |
