mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 20:36:26 +02:00
print ok in the test file
This commit is contained in:
parent
32f0aaedc3
commit
e1ef00939b
1 changed files with 2 additions and 1 deletions
3
packages/zig/0.13.0/test.zig
vendored
3
packages/zig/0.13.0/test.zig
vendored
|
@ -1,5 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() !void {
|
||||
std.debug.print("Hello!\n", .{});
|
||||
const stdout = std.io.getStdOut().writer();
|
||||
try stdout.print("OK\n", .{});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue