Remove prefilled solution

See #478
This commit is contained in:
it3x
2026-06-29 17:08:42 +00:00
parent 98b831aec4
commit e932615712
+1 -1
View File
@@ -50,7 +50,7 @@ pub fn main(init: std.process.Init) !void {
// wait a minute... // wait a minute...
// opening a directory might fail! // opening a directory might fail!
// what should we do here? // what should we do here?
var output_dir: std.Io.Dir = try cwd.openDir(io, "output", .{}); var output_dir: std.Io.Dir = cwd.openDir(io, "output", .{});
defer output_dir.close(io); defer output_dir.close(io);
// we try to open the file `zigling.txt`, // we try to open the file `zigling.txt`,