Playing around with testing (unsuccessfully)

This commit is contained in:
2026-04-29 10:17:48 +02:00
parent fc67fe3d7e
commit be06634232
4 changed files with 31 additions and 5 deletions

3
src/errors.zig Normal file
View File

@@ -0,0 +1,3 @@
pub const Entity = error {
AlreadyReferenced,
};