summary refs log tree commit diff
path: root/src/main.zig
blob: f92e18124bb86f9b42fa47ec0a8291c7b0d9ad35 (plain) (blame)
1
2
3
4
5
const std = @import("std");

pub fn main() !void {
    std.debug.print("All your {s} are belong to us.\n", .{"codebase"});
}