diff --git a/src/root.zig b/src/root.zig index df134ec..ea3cf42 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,3 +1,5 @@ +//! © 2025 Jeffrey C. Ollie +//! const std = @import("std"); const assert = std.debug.assert;