const std = @import("std"); const zul = @import("zul/src/uuid.zig"); pub fn main() void { const uuid1 = zul.UUID.v7(); std.debug.print("UUID v7: {any}\n", .{uuid1}); }