mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-02-11 06:34:53 +00:00
Merge pull request 'Change link to documentation' (#351) from BartShoot/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/351
This commit is contained in:
commit
335aaafcff
|
|
@ -95,6 +95,6 @@ pub fn main() !void {
|
||||||
// Question:
|
// Question:
|
||||||
// - what should you do if you want to also read the file after opening it?
|
// - what should you do if you want to also read the file after opening it?
|
||||||
// - go to the documentation of the struct `std.Io.Dir` here:
|
// - go to the documentation of the struct `std.Io.Dir` here:
|
||||||
// https://ziglang.org/documentation/master/std/#std.fs.Dir
|
// https://ziglang.org/documentation/master/std/#std.Io.Dir
|
||||||
// - can you find a function for opening a file? how about deleting a file?
|
// - can you find a function for opening a file? how about deleting a file?
|
||||||
// - what kind of options can you use with those functions?
|
// - what kind of options can you use with those functions?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user