5 lines
80 B
Zig
5 lines
80 B
Zig
test {
|
|
_ = @import("./core/main.zig");
|
|
_ = @import("./ona/main.zig");
|
|
}
|