1 2 3
pub fn build(b: *@import("std").Build) void { _ = b.addModule("xdg", .{ .root_source_file = .{ .path = "xdg.zig" } }); }