finished?

This commit is contained in:
2026-05-21 19:50:29 +02:00
parent d02489507d
commit ea225b9c33
7 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pub fn main() !void {
const io = threaded.io();
const cwd = std.Io.Dir.cwd();
const dir = try cwd.openDir(io, "..", .{ .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();