my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: update wrong reference to prior exercise

The comment should reference exercise 109, not 106.

kwyse (Apr 22, 2026, 10:49 PM +0200) 656d6824 0d9652d8

+1 -1
+1 -1
exercises/110_files2.zig
··· 28 28 // Get the current working directory 29 29 const cwd = std.Io.Dir.cwd(); 30 30 31 - // try to open ./output assuming you did your 106_files exercise 31 + // try to open ./output assuming you did your 109_files exercise 32 32 var output_dir = try cwd.openDir(io, "output", .{}); 33 33 defer output_dir.close(io); 34 34