1 2 3 4 5 6 7 8
const std = @import("std"); const Setup = @import("common.zig").Setup; pub fn main() !void { var setup = try Setup.get(); defer setup.deinit(); }