diff options
| author | ruki <[email protected]> | 2025-12-19 00:55:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-19 00:55:43 +0800 |
| commit | 613b0c06a23b83f14184eedfed8c151896a04521 (patch) | |
| tree | 52feb7f08d433b707ef3b08fcbef7e520cc8f78e /tests/projects/zig/console/src/test.zig | |
| parent | b5c171f495e4a2019b145622d6df0688ba337480 (diff) | |
update zig examples
Diffstat (limited to 'tests/projects/zig/console/src/test.zig')
| -rw-r--r-- | tests/projects/zig/console/src/test.zig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/zig/console/src/test.zig b/tests/projects/zig/console/src/test.zig deleted file mode 100644 index 84804603e..000000000 --- a/tests/projects/zig/console/src/test.zig +++ /dev/null @@ -1,6 +0,0 @@ -const std = @import("std"); - -pub fn hello() !void { - const stdout = std.io.getStdOut().outStream(); - try stdout.print("Hello, {}!\n", .{"world"}); -} |
