fixes some minor typos

This commit is contained in:
Chris Boesch
2025-08-24 19:26:30 +02:00
parent 4134d4fa6f
commit e422e24215
4 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
--- exercises/106_files.zig 2025-03-13 15:26:59.532367792 +0200
+++ answers/106_files.zig 2025-03-14 22:04:52.243435159 +0200
--- exercises/106_files.zig 2025-08-24 19:23:55.168565003 +0200
+++ answers/106_files.zig 2025-08-24 19:25:37.745597511 +0200
@@ -35,7 +35,7 @@
// by doing nothing
//

View File

@@ -1,5 +1,5 @@
--- exercises/107_files2.zig 2025-03-13 15:26:59.532367792 +0200
+++ answers/107_files2.zig 2025-03-14 22:08:35.167953736 +0200
--- exercises/107_files2.zig 2025-08-24 19:15:17.789371332 +0200
+++ answers/107_files2.zig 2025-08-24 19:17:58.897538288 +0200
@@ -33,7 +33,7 @@
// initialize an array of u8 with all letter 'A'
// we need to pick the size of the array, 64 seems like a good number