diff options
| author | Chris Boesch <[email protected]> | 2024-03-27 18:54:51 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-03-27 18:54:51 +0000 |
| commit | 20919722ff6dc43a6b22ed58282acd1168a4ec6c (patch) | |
| tree | 603488093500f13cac8e937e7c498b91f90980a8 /build.zig | |
| parent | a3de4e3d0f8a96bcc8f6ddbd849b685f8e882d8e (diff) | |
| parent | db21ab98559ef8f778e54dc6376cc5567f6d3534 (diff) | |
| download | ziglings-20919722ff6dc43a6b22ed58282acd1168a4ec6c.tar.xz ziglings-20919722ff6dc43a6b22ed58282acd1168a4ec6c.zip | |
Merge pull request 'added exercise/106_files.zig' (#66) from dizzyi_solo/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/66
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 = \\ |
