File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- --- exercises/106_files.zig 2024-06-17 10:11:53.651439869 +0200
2
- +++ answers/106_files.zig 2024-06-17 10:21:50.697337653 +0200
1
+ --- exercises/106_files.zig 2024-11-09 20:33:07.455580904 +0100
2
+ +++ answers/106_files.zig 2024-11-09 20:33:30.394785215 +0100
3
3
@@ -1,22 +1,22 @@
4
4
//
5
5
// Until now, we've only been printing our output in the console,
17
17
+ // by organizing files into directories, which hold files and other directories,
18
18
+ // thus creating a tree structure for navigating.
19
19
//
20
- - // Fortunately, the Zig standard library provides a simple API for interacting
20
+ - // Fortunately, the Zig Standard Library provides a simple API for interacting
21
21
- // with the file system, see the detail documentation here:
22
- + // Fortunately, zig standard library provide a simple api for interacting
22
+ + // Fortunately, the Zig Standard Library provide a simple api for interacting
23
23
+ // with the file system, see the detail documentation here
24
24
//
25
25
// https://ziglang.org/documentation/master/std/#std.fs
You can’t perform that action at this time.
0 commit comments