fixing little typo on exercise 107_files2.zig

This commit is contained in:
susubub 2024-04-17 20:04:43 -03:00
parent 9432c2b0fd
commit aa74dde367

View file

@ -13,7 +13,7 @@
// - First, we open the {project_root}/output/ directory // - First, we open the {project_root}/output/ directory
// - Secondly, we open file `zigling.txt` in that directory // - Secondly, we open file `zigling.txt` in that directory
// - then, we initalize an array of character with all letter 'A', and print it // - then, we initalize an array of character with all letter 'A', and print it
// - Afte that, we read the content of the file to the array // - After that, we read the content of the file to the array
// - Finally, we print out the read content // - Finally, we print out the read content
const std = @import("std"); const std = @import("std");