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