my ziglings
0

Configure Feed

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

Merge pull request 'Change link to documentation' (#351) from BartShoot/exercises:main into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/351

Chris Boesch (Jan 8, 2026, 1:34 PM +0100) 335aaafc 9b18647f

+1 -1
+1 -1
exercises/106_files.zig
··· 95 95 // Question: 96 96 // - what should you do if you want to also read the file after opening it? 97 97 // - go to the documentation of the struct `std.Io.Dir` here: 98 - // https://ziglang.org/documentation/master/std/#std.fs.Dir 98 + // https://ziglang.org/documentation/master/std/#std.Io.Dir 99 99 // - can you find a function for opening a file? how about deleting a file? 100 100 // - what kind of options can you use with those functions?