1const std = @import("std");
2
3pub fn main() !void {
4    std.debug.print("All your {s} are belong to us.\n", .{"codebase"});
5}