diff options
| author | Chris Boesch <[email protected]> | 2024-03-28 20:42:35 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-03-28 20:42:35 +0000 |
| commit | e06cdc0b70778765edc4804457812552e71d38cd (patch) | |
| tree | 0baf6477de6a26197602f1474fe810e653697fef /build.zig | |
| parent | 86ac326885888c992aa206051220878c4a34579b (diff) | |
| parent | 20919722ff6dc43a6b22ed58282acd1168a4ec6c (diff) | |
| download | ziglings-e06cdc0b70778765edc4804457812552e71d38cd.tar.xz ziglings-e06cdc0b70778765edc4804457812552e71d38cd.zip | |
Merge branch 'main' into i69
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1122,6 +1122,17 @@ const exercises = [_]Exercise{ .output = "PI ≈ 3.14159265", }, .{ + .main_file = "106_files.zig", + .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", .output = \\ |
