6 lines
127 B
Zig

const std = @import("std");
pub fn main() anyerror!void {
std.debug.warn("All your codebase are belong to us.\n", .{});
}