Change std.debug.warn to std.log.info in init-exe template. (#5941)
This commit is contained in:
@@ -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.", .{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user