diff options
| author | Alan CHUNG <[email protected]> | 2024-03-27 16:40:24 +0800 |
|---|---|---|
| committer | Alan CHUNG <[email protected]> | 2024-03-27 16:40:24 +0800 |
| commit | 223fc79e441dab99297472a0cfe8a4c63e423b4e (patch) | |
| tree | 91edb6b111fb1a8dc155abdc73a1e56079f76e85 /build.zig | |
| parent | 69bc9a072349b5e712b709c238daceec211d6687 (diff) | |
| download | ziglings-223fc79e441dab99297472a0cfe8a4c63e423b4e.tar.xz ziglings-223fc79e441dab99297472a0cfe8a4c63e423b4e.zip | |
106 & 107
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1123,7 +1123,14 @@ const exercises = [_]Exercise{ }, .{ .main_file = "106_files.zig", - .output = "Succefully wrote 18 bytes.", + .output = "Successfully wrote 18 bytes.", + }, + .{ + .main_file = "107_files2.zig", + .output = + \\AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + \\Successfully Read 18 byte: It's zigling time! + , }, .{ .main_file = "999_the_end.zig", |
