diff --git a/src/main.zig b/src/main.zig index 24cd566..0f52402 100644 --- a/src/main.zig +++ b/src/main.zig @@ -7,7 +7,7 @@ pub fn main() !void { const io = threaded.io(); const cwd = std.Io.Dir.cwd(); - const dir = try cwd.openDir(io, "examples", .{ .iterate = true }); // change to root later + const dir = try cwd.openDir(io, "..", .{ .iterate = true }); // change to root later defer dir.close(io); var iterate = dir.iterate(); diff --git a/src/root.zig b/src/root.zig new file mode 100644 index 0000000..e69de29