Skip to content

Commit 83e0087

Browse files
committed
Added patch file.
1 parent 02bd0b2 commit 83e0087

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/patches/106_files.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
@@ -1,22 +1,22 @@
44
//
55
// Until now, we've only been printing our output in the console,
@@ -17,9 +17,9 @@
1717
+// by organizing files into directories, which hold files and other directories,
1818
+// thus creating a tree structure for navigating.
1919
//
20-
-// Fortunately, the Zig standard library provides a simple API for interacting
20+
-// Fortunately, the Zig Standard Library provides a simple API for interacting
2121
-// 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
2323
+// with the file system, see the detail documentation here
2424
//
2525
// https://ziglang.org/documentation/master/std/#std.fs

0 commit comments

Comments
 (0)