| author | |
| committer | |
| log | 4237f1afc7f38f68adf0877fc9be811f9189544f |
| tree | 3126ea9f92cd8caac9e6de9d8c9809e7b986928a |
| parent | 771f40204e769f92bb28bdb9c44e3ddd9d8c4386 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/init-exe/src/main.zig+1-1| ... | @@ -1,5 +1,5 @@ | ... | @@ -1,5 +1,5 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | 2 | ||
| 3 | pub fn main() anyerror!void { | 3 | pub fn main() anyerror!void { |
| 4 | std.debug.warn("All your codebase are belong to us.\n", .{}); | 4 | std.log.info("All your codebase are belong to us.", .{}); |
| 5 | } | 5 | } |