zig/test/standalone/windows_resources/main.zig

6 lines
125 B
Zig

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