mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
Change std.debug.warn to std.log.info in init-exe template. (#5941)
This commit is contained in:
parent
771f40204e
commit
4237f1afc7
@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() anyerror!void {
|
||||
std.debug.warn("All your codebase are belong to us.\n", .{});
|
||||
std.log.info("All your codebase are belong to us.", .{});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user