mirror of
https://github.com/ziglang/zig.git
synced 2026-01-09 08:55:36 +00:00
6 lines
131 B
Zig
6 lines
131 B
Zig
const file_0 = @import("file_0.zig");
|
|
const file_1 = @import("file_1.zig");
|
|
|
|
pub usingnamespace file_0;
|
|
pub usingnamespace file_1;
|