1const std = @import("std"); 2 3pub fn main() anyerror!void { 4 std.log.info("All your codebase are belong to us.", .{}); 5}