Playing around with testing (unsuccessfully)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user