diff options
| author | Alan CHUNG <[email protected]> | 2024-03-25 16:24:42 +0800 |
|---|---|---|
| committer | Alan CHUNG <[email protected]> | 2024-03-25 16:24:42 +0800 |
| commit | 66d08f1e1fc44af0e5a626984df3d20e7cf1a1b7 (patch) | |
| tree | 1dccdb71834fb96029650aa6d50ba7b5eec02949 /build.zig | |
| parent | ec6f6c5870014eca466c189e4cdd0d6ba040701d (diff) | |
| download | ziglings-66d08f1e1fc44af0e5a626984df3d20e7cf1a1b7.tar.xz ziglings-66d08f1e1fc44af0e5a626984df3d20e7cf1a1b7.zip | |
modified build.zig
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1122,6 +1122,10 @@ const exercises = [_]Exercise{ .output = "PI ≈ 3.14159265", }, .{ + .main_file = "106_files.zig", + .output = "succefully wrote 18 bytes.", + }, + .{ .main_file = "999_the_end.zig", .output = \\ |
