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

View File

@@ -5,9 +5,6 @@ const c = @import("constants.zig");
const Simulator = @import("simulator.zig").Simulator;
// TODO PLANS
// Implement that each road, node in managers will be stored as pointers (allocated in heap)
// So when appending causes the list to relocate, nothing will have to change
// since the allocated nodes/roads will remain where they were
// Additionally add more robust error and test handling
pub fn main(init: std.process.Init) !void {