mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 09:30:31 +00:00
Compare commits
No commits in common. "8da60edb82b25ac913033b2f0edb63eea212c0d0" and "63951df5230966b9ee20f6695d56557b73ccb45a" have entirely different histories.
8da60edb82
...
63951df523
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
// by organizing them into directories, which hold files and other directories,
|
||||
// thus creating a tree structure that can be navigated.
|
||||
//
|
||||
// Fortunately, the Zig Standard Library provides a simple API for interacting
|
||||
// Fortunately, the Zig standard library provides a simple API for interacting
|
||||
// with the file system, see the detail documentation here:
|
||||
//
|
||||
// https://ziglang.org/documentation/master/std/#std.fs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- exercises/106_files.zig 2024-11-09 20:33:07.455580904 +0100
|
||||
+++ answers/106_files.zig 2024-11-09 20:33:30.394785215 +0100
|
||||
--- exercises/106_files.zig 2024-06-17 10:11:53.651439869 +0200
|
||||
+++ answers/106_files.zig 2024-06-17 10:21:50.697337653 +0200
|
||||
@@ -1,22 +1,22 @@
|
||||
//
|
||||
// Until now, we've only been printing our output in the console,
|
||||
|
@ -17,9 +17,9 @@
|
|||
+// by organizing files into directories, which hold files and other directories,
|
||||
+// thus creating a tree structure for navigating.
|
||||
//
|
||||
-// Fortunately, the Zig Standard Library provides a simple API for interacting
|
||||
-// Fortunately, the Zig standard library provides a simple API for interacting
|
||||
-// with the file system, see the detail documentation here:
|
||||
+// Fortunately, the Zig Standard Library provide a simple api for interacting
|
||||
+// Fortunately, zig standard library provide a simple api for interacting
|
||||
+// with the file system, see the detail documentation here
|
||||
//
|
||||
// https://ziglang.org/documentation/master/std/#std.fs
|
||||
|
|
Loading…
Reference in a new issue