mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 09:13:11 +00:00
6 lines
123 B
Zig
6 lines
123 B
Zig
const std = @import("std");
|
|
|
|
pub fn main() anyerror!void {
|
|
std.log.info("All your codebase are belong to us.", .{});
|
|
}
|