chore: update zig

This commit is contained in:
2022-08-27 00:58:55 +08:00
parent 3939c89fbe
commit aaee33c4fb

View File

@@ -1,6 +1,6 @@
const std = @import("std");
pub fn main() void {
std.debug.warn("Hello, world!\n", .{});
std.debug.print("Hello, world!\n", .{});
}