try the funny

This commit is contained in:
Hamcha 2024-05-10 19:49:08 +02:00
parent d9372aa106
commit 7518fec476
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 2 additions and 0 deletions

View File

@ -45,3 +45,5 @@ pub fn addModule(b: *std.Build) void {
.root_source_file = .{ .path = "src/lib.zig" },
});
}
pub usingnamespace @import("src/lib.zig");