urlg/src/root.zig
2025-01-20 22:50:37 -06:00

8 lines
126 B
Zig

const std = @import("std");
const testing = std.testing;
const entity = @import("ecs/entity.zig");
test {
_ = entity;
}