From e93261571265958a996b663d1cde4ebaa712d24e Mon Sep 17 00:00:00 2001 From: it3x Date: Mon, 29 Jun 2026 17:08:42 +0000 Subject: [PATCH] Remove prefilled solution See #478 --- exercises/109_files.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/109_files.zig b/exercises/109_files.zig index bf4de9b..5514c43 100644 --- a/exercises/109_files.zig +++ b/exercises/109_files.zig @@ -50,7 +50,7 @@ pub fn main(init: std.process.Init) !void { // wait a minute... // opening a directory might fail! // 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); // we try to open the file `zigling.txt`,