mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Merge pull request 'fixing little typo on exercise 107_files2.zig' (#80) from susubub/exercises:little-typo_107 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/80
This commit is contained in:
commit
8f36619bd7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
// - First, we open the {project_root}/output/ directory
|
||||
// - Secondly, we open file `zigling.txt` in that directory
|
||||
// - 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
|
||||
|
||||
const std = @import("std");
|
||||
|
|
Loading…
Reference in a new issue