diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index c2869f0..ba33d96 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,5 +1,5 @@ const std = @import("std"); -const stack = @import("stack.zig"); +const stackStack = @import("stackStack.zig"); pub fn main() anyerror!void { std.log.info("All your codebase are belong to us.", .{}); |